We use on-prem installation of 23.2.2-202307280452300417-9276e770, Enterprise Edition.
Recently we tried to connect to Dremio via flight-sql-jdbc-driver-10.0.0.jar from Dremio JDBC Drivers, using iceberg-spark-runtime-3.4_2.12-1.4.3.
In generally it works (for primitive types including timestamps), but we get an exception if we try to access ARRAY columns.
The error:
org.apache.spark.SparkSQLException: [UNRECOGNIZED_SQL_TYPE] Unrecognized SQL type - name: ARRAY, id: ARRAY.
Anyone has any idea how this problem could be fixed ?