Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
Signed-off-by: zombee0 <[email protected]>
  • Loading branch information
zombee0 committed Jan 17, 2025
1 parent 4227e55 commit d2fe948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/formats/parquet/scalar_column_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ Status LowRowsColumnReader::read_range(const Range<uint64_t>& range, const Filte
ColumnContentType content_type = ColumnContentType::VALUE;

if (_tmp_column == nullptr) {
_tmp_column = ColumnHelper::create_column(TypeDescriptor::from_logical_type(TYPE_VARCHAR), true);
_tmp_column = ColumnHelper::create_column(TYPE_VARCHAR_DESC, true);
}
_ori_column = dst;
dst = _tmp_column;
Expand Down

0 comments on commit d2fe948

Please sign in to comment.