Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
  • Loading branch information
JinHai-CN committed Mar 10, 2025
1 parent 76fe7d2 commit e8aa943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unit_test/test_helper/sql_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ SharedPtr<DataTable> SQLRunner::Run(const String &sql_text, bool print) {

// Create execution pipeline
// Fragment Builder, only for test now. plan fragment is same as pipeline.
auto plan_fragment = query_context_ptr->fragment_builder()->BuildFragment(physical_plan.get());
auto plan_fragment = query_context_ptr->fragment_builder()->BuildFragment({physical_plan.get()});

auto notifier = MakeUnique<Notifier>();

Expand Down

0 comments on commit e8aa943

Please sign in to comment.