Hi team.
Currently, I want to upgrade to Dremio 20.0. I see with release 20.0 " * Support has been added for Apache Iceberg metadata tables using AWS Glue catalogs."
But when I get Dremio 20.0 from the Dremio docker hub and run local, I can’t format table iceberg with Glue Catalog. Bellow log.
I setup Support key at Bellow
and this is a log when format table with Iceberg.
java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException: null
at com.dremio.exec.store.iceberg.IcebergModelCreator.createIcebergModel(IcebergModelCreator.java:69)
at com.dremio.exec.store.dfs.FileSystemPlugin.getIcebergModel(FileSystemPlugin.java:1578)
at com.dremio.exec.store.dfs.FileSystemPlugin.getIcebergModel(FileSystemPlugin.java:1561)