When using 3rd-party SQL tools with the Apache Arrow Flight JDBC driver, like DBeaver or Alation Compose for example, I see consistent error messages indicating the driver does not support columns with data type defined as ARRAY.
Here’s DBeaver’s result when querying an ARRAY column using the sql “SELECT loc FROM Samples.samples.dremio.com.zips.json” in Dremio - error is “IndexOutOfBoundsException”:
When querying a different column (also defined as an ARRAY) in Alation’s “Compose” sql tool, we see the error “DataTables warning: table id=DataTables_Table_0 - Requested unknown parameter ‘22’ for row 0, column 22”. This SQL tool uses the same Arrow driver.
After some digging, it seems like the arrow driver does not support the Array column type.
The ask:
-
I would really like to see array support added to the Arrow driver. So would my clients.
-
I would love to hear of any workarounds in the meantime.
A question:
- Since the Arrow Flight driver is built and maintained by Apache, how can users and partners request features and influence the roadmap?
Thanks.
