You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/02/03 22:37:59 UTC

[GitHub] [iceberg] jackye1995 edited a comment on issue #2202: Glue catalog table location not updated if creating Iceberg catalogs, databases or tables

jackye1995 edited a comment on issue #2202:
URL: https://github.com/apache/iceberg/issues/2202#issuecomment-772870628


   ```
           "Parameters": {
               "table_type": "ICEBERG",
               "previous_metadata_location": "s3://iceberg-warehouse/iceberg_warehouse.db/iceberg_dummy_table/metadata/00039-5b28310e-6767-4eff-9ff9-8827c010870f.metadata.json",
               "metadata_location": "s3://iceberg_warehouse.db/iceberg_dummy_table/metadata/00040-d3069356-5ae6-4e76-9d33-63bfccfc04c8.metadata.json"
           },
   ```
   This looks correct to me. In the title you said "table location not updated", is this the updated location or not?
   
   For the schema issue, yes Glue UI currently does not support displaying Iceberg table schema, it is expected behavior, the shcema is stored in Iceberg's table metadata in S3.
   
   For Hive, AWS module is not tested and added to Hive runtime jar yet, I do not know if Hive supports loading dynamic catalog yet. Currently Hive is still considered an experimental engine, that's why we have not added support yet.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org