Hi folks,

I have couple of questions about iceberg-hive module. I tried to create a
hive table through o.a.iceberg.hive.HiveTables. It could create a hive
table successfully, but I couldn't read this table from Hive actually due
to the following error:

org.apache.hadoop.hive.ql.exec.DDLTask. No enum constant
org.apache.hadoop.hive.metastore.TableType.iceberg

According to the error message and source code, iceberg-hive module seems
to make use only a hive metastore for iceberg tables in Spark rather than
enabling hive to read iceberg for now. Is it right?

Also, I'd like to know the roadmap for hive support.

Best regards,
Hyunsik Choi

Reply via email to