Ebraam-Ashraf commented on PR #49443:
URL: https://github.com/apache/arrow/pull/49443#issuecomment-3999698063

   thanks for the feedback @kou
   
   
   I switched from TEST_F(TestIfElseKernel, ...) to 
TYPED_TEST(TestIfElseBaseBinary, IfElseBaseBinarySliced) 
   and moved the test to its right place
   also removed the chunked array portion 
   
   ```
   [----------] Global test environment tear-down
   [==========] 4 tests from 4 test suites ran. (125 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 4 tests, listed below:
   [  FAILED  ] TestIfElseBaseBinary/0.IfElseBaseBinarySliced, where TypeParam 
= arrow::BinaryType
   [  FAILED  ] TestIfElseBaseBinary/1.IfElseBaseBinarySliced, where TypeParam 
= arrow::LargeBinaryType
   [  FAILED  ] TestIfElseBaseBinary/2.IfElseBaseBinarySliced, where TypeParam 
= arrow::StringType
   [  FAILED  ] TestIfElseBaseBinary/3.IfElseBaseBinarySliced, where TypeParam 
= arrow::LargeStringType
   
   Offset invariant failure: offset for slot 2 out of bounds: 3 > 2
   ```


-- 
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]

Reply via email to