pitrou commented on issue #36482:
URL: https://github.com/apache/arrow/issues/36482#issuecomment-1621875012

   I'm able to reproduce after about 400 iterations with:
   ```console
   $ /build/build-test/debug/arrow-acero-asof-join-node-test 
--gtest_filter="*AsofJoinBasicTest.TestBasic7Forward/2*" --gtest_repeat=-1 
--gtest_break_on_failure
   
   [...]
   
   Repeating all tests (iteration 428) . . .
   
   Note: Google Test filter = *AsofJoinBasicTest.TestBasic7Forward/2*
   [==========] Running 1 test from 1 test suite.
   [----------] Global test environment set-up.
   [----------] 1 test from AsofJoinNodeTest/AsofJoinBasicTest
   [ RUN      ] AsofJoinNodeTest/AsofJoinBasicTest.TestBasic7Forward/2
   /home/antoine/arrow/dev/cpp/src/arrow/testing/gtest_util.cc:505: Failure
   Failed
   Unequal at absolute position 3
   
   @@ -1, +1 @@
   -1970-01-01 00:00:00.000000011
   +null
   Expected:
     [
       1970-01-01 00:00:00.000000010,
       null,
       1970-01-01 00:00:00.000000012
     ]
   Actual:
     [
       1970-01-01 00:00:00.000000010,
       1970-01-01 00:00:00.000000011,
       1970-01-01 00:00:00.000000012
     ]
   Google Test trace:
   /home/antoine/arrow/dev/cpp/src/arrow/acero/asof_join_node_test.cc:630: 
Right-1 type: uint16
   /home/antoine/arrow/dev/cpp/src/arrow/acero/asof_join_node_test.cc:628: 
Right-0 type: timestamp[ns, tz=UTC]
   /home/antoine/arrow/dev/cpp/src/arrow/acero/asof_join_node_test.cc:626: Left 
type: large_binary
   /home/antoine/arrow/dev/cpp/src/arrow/acero/asof_join_node_test.cc:624: Key 
type: uint32
   /home/antoine/arrow/dev/cpp/src/arrow/acero/asof_join_node_test.cc:622: Time 
type: date64[ms]
   /home/antoine/arrow/dev/cpp/src/arrow/acero/asof_join_node_test.cc:620: 
Iteration: 30
   /home/antoine/arrow/dev/cpp/src/arrow/acero/asof_join_node_test.cc:611: 
Types seed: 1688567126938002996
   /home/antoine/arrow/dev/cpp/src/arrow/acero/asof_join_node_test.cc:998: 
AsofJoinBasicTest_TestBasic7_MutateByKey
   /home/antoine/arrow/dev/cpp/src/arrow/acero/asof_join_node_test.cc:997: 
AsofJoinBasicTest_TestBasic7Forward_MutateByKey
   Trappe pour point d'arrĂȘt et de trace
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to