i have tables with columns defined as type jsonb. Attempting to query these tables and write the results out to parquet files results in the following error on those columns
org.apache.drill.common.exceptions.UserException: UNSUPPORTED_OPERATION ERROR: A column you queried has a data type that is not currently supported by the JDBC storage plugin. The column's name was actionjson and its JDBC data type was OTHER. is there a way to have these columns supported? Thanks, reid
