Skip to content

Commit f9b3807

Browse files
poyrazKgithub-actions[bot]
authored andcommitted
style: automated clang-format fixes
1 parent 969d96d commit f9b3807

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/executor/query_executor.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,8 @@ std::unique_ptr<Operator> QueryExecutor::build_plan(const parser::SelectStatemen
724724
if (cluster_manager_ != nullptr &&
725725
cluster_manager_->has_shuffle_data(context_id_, base_table_name)) {
726726
auto data = cluster_manager_->fetch_shuffle_data(context_id_, base_table_name);
727-
/* We need a schema for the buffered data. Use unqualified names as BufferScan will qualify them. */
727+
/* We need a schema for the buffered data. Use unqualified names as BufferScan will qualify
728+
* them. */
728729
auto meta_opt = catalog_.get_table_by_name(base_table_name);
729730
Schema buffer_schema;
730731
if (meta_opt.has_value()) {

0 commit comments

Comments
 (0)