Skip to content

Commit 9bc0ce3

Browse files
kagamiorimeta-codesync[bot]
authored andcommitted
misc(fuzzer): Skip $internal$split_to_map in expression fuzzer (facebookincubator#15596)
Summary: Pull Request resolved: facebookincubator#15596 Add $internal$split_to_map to the skip function list in expression fuzzer when using Presto SOT, because this function doesn't exist in Presto. Reviewed By: peterenescu Differential Revision: D87596970 fbshipit-source-id: 444e7b243380419c3faa7ee6faa2af626371bef9
1 parent 235cb82 commit 9bc0ce3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

velox/expression/fuzzer/ExpressionFuzzerTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ std::unordered_set<std::string> skipFunctionsSOT = {
415415
// https://github.com/prestodb/presto/pull/25521
416416
"xxhash64(varbinary,bigint) -> varbinary",
417417
"map_keys_by_top_n_values", // https://github.com/facebookincubator/velox/issues/14374
418+
"$internal$split_to_map",
418419
"$internal$canonicalize",
419420
"$internal$contains",
420421
"localtime", // localtime cannot be called with paranthesis:

0 commit comments

Comments
 (0)