Skip to content

Commit

Permalink
unittest: Fix ASAN reports of SkippableBlockInputStreamTest (#9386)
Browse files Browse the repository at this point in the history
ref #6233
  • Loading branch information
JinheLin committed Aug 29, 2024
1 parent 4cc2c02 commit 20baf5e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class SkippableBlockInputStreamTest : public SegmentTestBasic
static constexpr auto SEG_ID = DELTA_MERGE_FIRST_SEGMENT_ID;
RowKeyRanges read_ranges;

String default_filter_column_name;

SkippableBlockInputStreamPtr getInputStream(
const SegmentPtr & segment,
Expand Down Expand Up @@ -247,7 +248,7 @@ class SkippableBlockInputStreamTest : public SegmentTestBasic
}
auto late_materialization_stream = std::make_shared<LateMaterializationBlockInputStream>(
columns_to_read,
"",
default_filter_column_name,
filter_cloumn_stream,
rest_column_stream,
bitmap_filter,
Expand Down

0 comments on commit 20baf5e

Please sign in to comment.