mapleFU commented on PR #35522:
URL: https://github.com/apache/arrow/pull/35522#issuecomment-1541344809
Would you mind take a look at the failed CI tests:
```
[ RUN ] TestListScalar/0.TestHashing
C:/projects/arrow/cpp/src/arrow/scalar_test.cc(1122): error: Value of:
arr->data()->buffers[0] != nullptr
Actual: false
Expected: true
[ FAILED ] TestListScalar/0.TestHashing, where TypeParam = class
arrow::ListType (0 ms)
[----------] 3 tests from TestListScalar/0 (0 ms total)
[----------] 3 tests from TestListScalar/1, where TypeParam = class
arrow::LargeListType
[ RUN ] TestListScalar/1.Basics
[ OK ] TestListScalar/1.Basics (0 ms)
[ RUN ] TestListScalar/1.ValidateErrors
[ OK ] TestListScalar/1.ValidateErrors (0 ms)
[ RUN ] TestListScalar/1.TestHashing
C:/projects/arrow/cpp/src/arrow/scalar_test.cc(1122): error: Value of:
arr->data()->buffers[0] != nullptr
Actual: false
Expected: true
[ FAILED ] TestListScalar/1.TestHashing, where TypeParam = class
arrow::LargeListType (0 ms)
[----------] 3 tests from TestListScalar/1 (0 ms total)
[----------] 3 tests from TestListScalar/2, where TypeParam = class
arrow::FixedSizeListType
[ RUN ] TestListScalar/2.Basics
[ OK ] TestListScalar/2.Basics (0 ms)
[ RUN ] TestListScalar/2.ValidateErrors
[ OK ] TestListScalar/2.ValidateErrors (0 ms)
[ RUN ] TestListScalar/2.TestHashing
C:/projects/arrow/cpp/src/arrow/scalar_test.cc(1122): error: Value of:
arr->data()->buffers[0] != nullptr
Actual: false
Expected: true
[ FAILED ] TestListScalar/2.TestHashing, where TypeParam = class
arrow::FixedSizeListType (0 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]