Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Jul 18, 2022
1 parent d73c689 commit 8948758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/test/olap/rowset/segment_v2/segment_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ TEST_F(SegmentReaderWriterTest, TestDefaultValueColumn) {
{
StorageReadOptions read_opts;
read_opts.stats = &stats;
read_opts.tablet_schema = &build_schema;
read_opts.tablet_schema = &query_schema;
std::unique_ptr<RowwiseIterator> iter;
ASSERT_TRUE(segment->new_iterator(schema, read_opts, &iter).ok());

Expand Down

0 comments on commit 8948758

Please sign in to comment.