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 2022/11/28 14:08:42 UTC

[GitHub] [iceberg] cccs-jc commented on issue #5782: show table extended not supported for v2 table.

cccs-jc commented on issue #5782:
URL: https://github.com/apache/iceberg/issues/5782#issuecomment-1329172799

   We are working on support for Iceberg in dbt-spark. Since Iceberg does not support `show tables extended` we fall back to `show table` and many `describe table` to determine if a given table is an iceberg table or not.
   
   Normally (for Hudi and Delta) dbt-spark uses the `show tables extended` and parses the information from the `information` column to determine if it's dealing with a Hudi or Delta table.
   
   Iterating the tables and running `describe table` can get quite slow when there are hundreds of tables in a schema.
   
   It would be much better if Iceberg also supported `show tables extended`
   
   Tagging @Fokko who is also working on this
   
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

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