diff --git a/velox/functions/prestosql/fuzzer/WindowFuzzerTest.cpp b/velox/functions/prestosql/fuzzer/WindowFuzzerTest.cpp index 05b93084d2c4..633bf4e1424c 100644 --- a/velox/functions/prestosql/fuzzer/WindowFuzzerTest.cpp +++ b/velox/functions/prestosql/fuzzer/WindowFuzzerTest.cpp @@ -112,7 +112,8 @@ int main(int argc, char** argv) { std::shared_ptr> customVerificationFunctions = { // Approx functions. - {"approx_distinct", std::make_shared()}, + // https://github.com/facebookincubator/velox/issues/9347 + {"approx_distinct", nullptr}, {"approx_set", nullptr}, {"approx_percentile", nullptr}, {"approx_most_frequent", nullptr},