[CALCITE-7124] Arrow adapter should support like operator push down#4886
[CALCITE-7124] Arrow adapter should support like operator push down#4886xuzifu666 wants to merge 1 commit intoapache:mainfrom
Conversation
|
| /** Test case for | ||
| * <a href="https://issues.apache.org/jira/browse/CALCITE-7472">[CALCITE-7472] | ||
| * Arrow adapter should support like operator push down</a>. */ | ||
| @Test void testArrowProjectFieldsWithLikePrefixFilter() { |
There was a problem hiding this comment.
Have these Arrow plans been validated using third party tools?
There was a problem hiding this comment.
Currently, no third-party tools have been used for verification, my view is that the test data is in the standard Apache Arrow IPC file format, and the test results are correct. This may indirectly prove that the plan is correct; In addition, I also checked the registration of the gandiva function, which shows that the like statement supports pushdown (see reference:https://github.com/apache/arrow/blob/main/cpp/src/gandiva/function_registry_string.cc#L210).
Of course, these are just my thoughts; I don't know if you agree. @mihaibudiu



jira: https://issues.apache.org/jira/browse/CALCITE-7472