xhochy commented on pull request #7593:
URL: https://github.com/apache/arrow/pull/7593#issuecomment-651779867
This currently fails for chunked arrays. I though that they should be
handled by the kernel framework automatically but it seems, they aren't.
```
[----------] 1 test from TestStringKernels/1, where TypeParam =
arrow::LargeStringType
[ RUN ] TestStringKernels/1.ContainsExact
../src/arrow/testing/gtest_util.cc:149: Failure
Failed
Got:
[
[
false,
null,
false
]
]
Expected:
[
[
true,
null
],
[
false
]
]
../src/arrow/testing/gtest_util.cc:149: Failure
Failed
Got:
[
[
false,
false,
false,
null,
false
]
]
Expected:
[
[
true,
false
],
[
true,
null,
false
]
]
[ FAILED ] TestStringKernels/1.ContainsExact, where TypeParam =
arrow::LargeStringType (2 ms)
```
@wesm @pitrou Any pointers what I'm missing?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]