You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expression fuzzer found a SIGABRT from the JsonParseFunction::sortIndices.
Error Reproduction
On the latest main branch, you can run the following command to reproduce the error. expression_fuzzer_test --enable_variadic_signatures --velox_fuzzer_enable_complex_types --lazy_vector_generation_ratio 0.2 --common_dictionary_wraps_generation_ratio=0.3 --velox_fuzzer_enable_column_reuse --velox_fuzzer_enable_expression_reuse --max_expression_trees_per_step 2 --retry_with_try --enable_dereference --duration_sec 1200 --minloglevel=0 --stderrthreshold=2 --only="json_parse,array_constructor" --seed=1136302951
Description
Expression fuzzer found a SIGABRT from the JsonParseFunction::sortIndices.
Error Reproduction
On the latest main branch, you can run the following command to reproduce the error.
expression_fuzzer_test --enable_variadic_signatures --velox_fuzzer_enable_complex_types --lazy_vector_generation_ratio 0.2 --common_dictionary_wraps_generation_ratio=0.3 --velox_fuzzer_enable_column_reuse --velox_fuzzer_enable_expression_reuse --max_expression_trees_per_step 2 --retry_with_try --enable_dereference --duration_sec 1200 --minloglevel=0 --stderrthreshold=2 --only="json_parse,array_constructor" --seed=1136302951
Relevant logs
The text was updated successfully, but these errors were encountered: