Skip to content

Commit f319ce7

Browse files
author
Rafał Hibner
committed
Merge branch 'asof_join_pause' into combined2
2 parents c4115ab + 0a1db52 commit f319ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/src/arrow/acero/asof_join_node_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,8 +1645,8 @@ TEST(AsofJoinTest, PauseProducingAsofJoinSource) {
16451645
};
16461646

16471647
// Should be able to push kPauseIfAbove batches without triggering back pressure
1648-
uint32_t l_cnt = 0;
1649-
uint32_t r_cnt = 0;
1648+
int64_t l_cnt = 0;
1649+
int64_t r_cnt = 0;
16501650

16511651
EXPECT_FALSE(is_l_paused());
16521652
EXPECT_FALSE(is_r_paused());

0 commit comments

Comments
 (0)