Skip to content

Commit

Permalink
address format-check
Browse files Browse the repository at this point in the history
  • Loading branch information
zation99 committed Jan 6, 2025
1 parent a88341e commit ea39f31
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ class BroadcastTest : public exec::test::OperatorTestBase {

exec::CursorParameters params;
params.planNode = writerPlan;
auto [taskCursor, results] = exec::test::readCursor(params, [](auto /*task*/) {});
auto [taskCursor, results] =
exec::test::readCursor(params, [](auto /*task*/) {});

std::vector<std::string> broadcastFilePaths;
for (auto result : results) {
Expand All @@ -96,9 +97,7 @@ class BroadcastTest : public exec::test::OperatorTestBase {
return {serdeRowType, broadcastFilePaths};
}

std::pair<
std::unique_ptr<velox::exec::TaskCursor>,
std::vector<RowVectorPtr>>
std::pair<std::unique_ptr<velox::exec::TaskCursor>, std::vector<RowVectorPtr>>
executeBroadcastRead(
RowTypePtr dataType,
const std::string& basePath,
Expand Down

0 comments on commit ea39f31

Please sign in to comment.