diff --git a/be/test/format_v2/jni/jni_table_reader_test.cpp b/be/test/format_v2/jni/jni_table_reader_test.cpp index 1c5788b1df725c..db3ec3c7e02b4d 100644 --- a/be/test/format_v2/jni/jni_table_reader_test.cpp +++ b/be/test/format_v2/jni/jni_table_reader_test.cpp @@ -21,6 +21,7 @@ #include #include +#include #include #include @@ -175,7 +176,9 @@ TEST(JniTableReaderTest, AdaptiveProbeSetBeforePrepareControlsFirstJniOpen) { reader.set_batch_size(32); ASSERT_TRUE(reader.prepare_split({ .partition_values = {}, + .conjuncts = std::nullopt, .partition_prune_conjuncts = {}, + .all_runtime_filters_applied = true, .cache = nullptr, .current_range = {}, .current_split_format = FileFormat::JNI,