Skip to content

Commit

Permalink
Update cpp/src/arrow/acero/asof_join_node_test.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
mroz45 and kou authored Nov 6, 2024
1 parent bf5b9e5 commit c541a8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/arrow/acero/asof_join_node_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1754,8 +1754,7 @@ TEST(AsofJoinTest, DetroyNotStartedAsofJoinNode) {
// causes the execution plan to terminate before the asofjoin node is started.
arrow::acero::SinkNodeOptions sink_node_options{/*generator=*/nullptr,
/*schema=*/nullptr};
arrow::acero::Declaration sink =
arrow::acero::Declaration::Sequence({asof_join, {"sink", sink_node_options}});
auto sink = Declaration::Sequence({asof_join, {"sink", sink_node_options}});

EXPECT_RAISES_WITH_MESSAGE_THAT(
Invalid,
Expand Down

0 comments on commit c541a8a

Please sign in to comment.