Skip to content

Commit

Permalink
Remove cast
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsaka committed Dec 9, 2024
1 parent 2f2b418 commit 3dc9672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions velox/expression/fuzzer/SparkExpressionFuzzerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ int main(int argc, char** argv) {
// timestamp_millis(bigint) can generate timestamps out of the supported
// range that make other functions throw VeloxRuntimeErrors.
"timestamp_millis(bigint) -> timestamp",
"cast(ipprefix) -> varchar",
"cast(varchar) -> ipprefix",
};

// Required by spark_partition_id function.
Expand Down

0 comments on commit 3dc9672

Please sign in to comment.