rtpsw commented on PR #34392: URL: https://github.com/apache/arrow/pull/34392#issuecomment-1509615393
For reference, here are the relevant log lines from the [macOS CI job failure](https://github.com/apache/arrow/actions/runs/4656962922/jobs/8241089942?pr=34392): ``` [ RUN ] AsofJoinNodeTest/AsofJoinBasicTest.TestBasic7Forward/1 /Users/runner/work/arrow/arrow/cpp/src/arrow/testing/gtest_util.cc:486: Failure Failed Unequal at absolute position 3 @@ -2, +2 @@ -null +00:00:00.000012 Expected: [ 00:00:00.000010, null, 00:00:00.000012 ] Actual: [ 00:00:00.000010, null, null ] Google Test trace: /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:591: Right-1 type: timestamp[s, tz=UTC] /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:589: Right-0 type: time64[us] /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:587: Left type: int8 /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:585: Key type: time64[ns] /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:583: Time type: time32[ms] /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:581: Iteration: 1 /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:572: Types seed: 1681127979841385 /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:922: AsofJoinBasicTest_TestBasic7_DoubleByKey /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:926: AsofJoinBasicTest_TestBasic7Forward_DoubleByKey /Users/runner/work/arrow/arrow/cpp/src/arrow/testing/gtest_util.cc:486: Failure Failed Unequal at absolute position 3 @@ -1, +1 @@ -1970-01-01 00:00:00.000011 +null Expected: [ 1970-01-01 00:00:00.000010, null, 1970-01-01 00:00:00.000012 ] Actual: [ 1970-01-01 00:00:00.000010, 1970-01-01 00:00:00.000011, 1970-01-01 00:00:00.000012 ] Google Test trace: /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:591: Right-1 type: time64[us] /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:589: Right-0 type: timestamp[us, tz=UTC] /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:587: Left type: time64[us] /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:585: Key type: int32 /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:583: Time type: timestamp[ms, tz=UTC] /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:581: Iteration: 9 /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:572: Types seed: 1681127979841385 /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:922: AsofJoinBasicTest_TestBasic7_DoubleByKey /Users/runner/work/arrow/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:926: AsofJoinBasicTest_TestBasic7Forward_DoubleByKey [ FAILED ] AsofJoinNodeTest/AsofJoinBasicTest.TestBasic7Forward/1, where GetParam() = AsofJoinBasicParams: DoubleByKey (202 ms) ``` -- 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]
