You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mapleFU (via GitHub)" <gi...@apache.org> on 2023/05/10 04:45:30 UTC

[GitHub] [arrow] mapleFU commented on pull request #35522: GH-35521: [C++] Hash null bitmap only if null count is 0

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org