tadeja commented on issue #49586: URL: https://github.com/apache/arrow/issues/49586#issuecomment-4199122138
Pasting part from the example logs (as it's slow to load) https://github.com/apache/arrow/actions/runs/23467758420/job/68341855187 ``` [ RUN ] Cast.StructToStructSubset D:/a/arrow/arrow/cpp/src/arrow/testing/gtest_util.cc:111: Failure Failed @@ -0, +0 @@ -{a: 1} -{a: 2} -{a: 5} +{a: 3} +{a: 4} +{a: 7} Expected: -- is_valid: all not null -- child 0 type: uint8 [ 1, 2, 5 ] Actual: -- is_valid: all not null -- child 0 type: uint8 [ 3, 4, 7 ] Google Test trace: D:/a/arrow/arrow/cpp/src/arrow/compute/kernels/scalar_cast_test.cc:3819: To type: uint8 D:/a/arrow/arrow/cpp/src/arrow/compute/kernels/scalar_cast_test.cc:3817: From type: uint8 D:/a/arrow/arrow/cpp/src/arrow/compute/kernels/test_util_internal.cc:103: Failure ... ``` -- 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]
