hongyu guo created CALCITE-6304:
-----------------------------------
Summary: Improve the Arrow adapter
Key: CALCITE-6304
URL: https://issues.apache.org/jira/browse/CALCITE-6304
Project: Calcite
Issue Type: Improvement
Reporter: hongyu guo
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)