Skip to content

Commit 49d8fe2

Browse files
[BugFix] make scan behavior consistent on shared-data and shared-nothing (backport #61100) (#65847)
Signed-off-by: silverbullet233 <[email protected]> Co-authored-by: eyes_on_me <[email protected]>
1 parent b8bd306 commit 49d8fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

be/src/connector/lake_connector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ Status LakeDataSource::init_tablet_reader(RuntimeState* runtime_state) {
348348
RETURN_IF_ERROR(get_tablet(_scan_range));
349349
RETURN_IF_ERROR(init_global_dicts(&_params));
350350
RETURN_IF_ERROR(init_unused_output_columns(thrift_lake_scan_node.unused_output_column_name));
351-
RETURN_IF_ERROR(init_scanner_columns(scanner_columns, reader_columns));
352351
RETURN_IF_ERROR(init_reader_params(_scanner_ranges));
352+
RETURN_IF_ERROR(init_scanner_columns(scanner_columns, reader_columns));
353353

354354
if (_split_context != nullptr) {
355355
auto split_context = down_cast<const pipeline::LakeSplitContext*>(_split_context);

0 commit comments

Comments
 (0)