Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Avatica uses getResultSet to fetch array results, but this is currently not implemented in PhoenixArray. This makes it impossible to select array columns via the query server.
Note that even after this is implemented, it will not be possible to use the query server, because there is no array serialization, but that is another issue - CALCITE-1050
Attachments
Issue Links
- relates to
-
CALCITE-1050 Avatica can't serialize java.sql.Array
- Closed