[
https://issues.apache.org/jira/browse/CALCITE-6304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alessandro Solimando updated CALCITE-6304:
------------------------------------------
Component/s: arrow-adapter
> Improve the Arrow adapter
> -------------------------
>
> Key: CALCITE-6304
> URL: https://issues.apache.org/jira/browse/CALCITE-6304
> Project: Calcite
> Issue Type: Improvement
> Components: arrow-adapter
> Reporter: hongyu guo
> Priority: Major
>
> After merging [CALCITE-2040], we obtained the initial version of the arrow
> adapter. But, we encountered issues with certain queries throwing an
> exception or producing incorrect results in the arrow adapter. For example,
> consider the following query:
> {code:java}
> select "intField", "stringField"
> from arrowdata
> where "intField" in (0, 1, 2)
> {code}
> This query will throw an exception, So we need to improve it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)