Skip to content

Commit

Permalink
Skip this func in fuzzer test
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Dec 31, 2024
1 parent 8b5adbf commit a838497
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions velox/expression/fuzzer/SparkExpressionFuzzerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ int main(int argc, char** argv) {
"replace",
"might_contain",
"unix_timestamp",
// from_unixtime throws VeloxRuntimeError when the timestamp is out of the
// supported range.
// date_format and from_unixtime throws VeloxRuntimeError when the
// timestamp is out of the supported range.
"date_format",
"from_unixtime",
// timestamp_millis(bigint) can generate timestamps out of the supported
// range that make other functions throw VeloxRuntimeErrors.
Expand Down

0 comments on commit a838497

Please sign in to comment.