Skip to content

Commit

Permalink
Update fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsaka committed Oct 25, 2024
1 parent c99aef0 commit 6c84027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/expression/fuzzer/ExpressionFuzzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ bool ExpressionFuzzer::isSupportedSignature(
if (usesTypeName(signature, "opaque") ||
usesTypeName(signature, "timestamp with time zone") ||
usesTypeName(signature, "interval day to second") ||
usesTypeName(signature, "ipprefix") ||
(!options_.enableDecimalType && usesTypeName(signature, "decimal")) ||
(!options_.enableComplexTypes && useComplexType) ||
(options_.enableComplexTypes && usesTypeName(signature, "unknown"))) {
Expand Down

0 comments on commit 6c84027

Please sign in to comment.