Skip to content

Commit c4bba4f

Browse files
style: auto-fix clang-format issues
1 parent eb7ff3d commit c4bba4f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

be/src/storage/lake/column_mode_partial_update_handler.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,8 +1335,7 @@ Status ColumnModePartialUpdateHandler::execute(const RowsetUpdateStateParams& pa
13351335
LOG(INFO) << "SDCG gin-exclusion tablet=" << params.tablet->tablet_id()
13361336
<< " schema_id=" << params.tablet_schema->id()
13371337
<< " table_indices=" << params.tablet_schema->indexes()->size()
1338-
<< " update_uids=" << unique_update_column_ids.size()
1339-
<< " updates_gin_column=" << updates_gin_column;
1338+
<< " update_uids=" << unique_update_column_ids.size() << " updates_gin_column=" << updates_gin_column;
13401339
// SDCG decision is enabled only with the flag on AND no merge_condition: the sparse path performs no
13411340
// source-segment read, so it cannot evaluate a condition that compares against the base value. With a
13421341
// condition present we fall back to the (untouched) dense path. M is resolved per rssid up front so

0 commit comments

Comments
 (0)