Reranko05 commented on code in PR #49951:
URL: https://github.com/apache/arrow/pull/49951#discussion_r3425789539
##########
cpp/src/gandiva/tests/in_expr_test.cc:
##########
@@ -221,6 +221,62 @@ TEST_F(TestIn, TestInDecimal) {
EXPECT_ARROW_ARRAY_EQUALS(exp, selection_vector->ToArray());
}
+TEST_F(TestIn, TestInDecimalCached) {
Review Comment:
Addressed. Merged the cache-path coverage into the existing `TestInDecimal`
test and removed the separate `TestInDecimalCached` test.
--
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]