[
https://issues.apache.org/jira/browse/CALCITE-6293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17823744#comment-17823744
]
Julian Hyde commented on CALCITE-6293:
--------------------------------------
Can you provide more details?
This case (and others you have logged recently) may make sense for your
organization's planning, but does not provide enough details to know what
feature you intend to build. OR is already trivially supported by queries on
the Arrow adapter - all the data comes out of Arrow and is filtered in
EnumerableCalc or whatever - but if you intend to do something better you
should give details.
> Support OR condition in arrow adapter
> -------------------------------------
>
> Key: CALCITE-6293
> URL: https://issues.apache.org/jira/browse/CALCITE-6293
> Project: Calcite
> Issue Type: Sub-task
> Reporter: hongyu guo
> Priority: Major
>
> for example
> {code:java}
> String sql = "select \"intField\", \"stringField\"\n"
> + "from arrowdata\n"
> + "where \"intField\"=12 or \"stringField\"='12'"; {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)