Ebraam-Ashraf commented on PR #49443: URL: https://github.com/apache/arrow/pull/49443#issuecomment-4029869689
added the edge case test before fix ``` [ 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 Invalid: Offset invariant failure: offset for slot 1 out of bounds: 8 > 2 ``` after fix ``` [ PASSED ] TestIfElseBaseBinary/0.IfElseBaseBinarySliced [ PASSED ] TestIfElseBaseBinary/1.IfElseBaseBinarySliced [ PASSED ] TestIfElseBaseBinary/2.IfElseBaseBinarySliced [ PASSED ] TestIfElseBaseBinary/3.IfElseBaseBinarySliced [==========] 4 tests passed. ``` @kou -- 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]
