On Tue, 2018-08-14 at 09:17 -0400, Reid Thompson wrote: > 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
sorry, the above references a column of type json, not jsonb. But I have both types in my DB. thanks, reid
