PrestoDB (Trino) SQL Error - java.lang.UnsupportedOperationException: Storage schema reading not supported
We faced following error while querying via Trino, on a Hive Table defined on top of AVRO file format.
Error -
- java.lang.UnsupportedOperationException:
Storage schema reading not supported
The Solution is to set following property in Hive Metastore -
- metastore.storage.schema.reader.impl=org.apache.hadoop.hive.metastore.SerDeStorageSchemaReader
Comments
Post a Comment