Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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:
select "intField", "stringField" from arrowdata where "intField" in (0, 1, 2)
This query will throw an exception, So we need to improve it.
Attachments
Issue Links
- depends upon
-
CALCITE-2040 Create adapter for Apache Arrow
- Closed
1.
|
Support OR condition in Arrow adapter | In Progress | Tim Grein | |
2.
|
Support converting ArrowTable to Queryable | Open | Unassigned | |
3.
|
Support more Arrow types | In Progress | Caican Cai | |
4.
|
Support IN filter in Arrow adapter | Open | Caican Cai | |
5.
|
Support IS NOT NULL in Arrow adapter | Resolved | Tim Grein | |
6.
|
Support IS NULL in Arrow adapter | Resolved | Tim Grein | |
7.
|
Support UNION in Arrow adapter | Open | Unassigned | |
8.
|
Support JOIN in Arrow adapter | Open | Unassigned | |
9.
|
Support sub-queries in arrow adapter | Closed | Unassigned | |
10.
|
Increase coverage of unit tests for the Arrow adapter | In Progress | Caican Cai | |
11.
|
ArrowAdapterTest fails on Windows | Closed | Stamatis Zampetakis | |
12.
|
Arrow adapter should default to the Enumerable convention for unsupported filters | Resolved | Alessandro Solimando | |
13.
|
Add more data types to the Arrow test set | Closed | Caican Cai | |
14.
|
Support list arrow type | Open | Caican Cai |