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/08/26 06:42:12 UTC

[GitHub] [iceberg] singhpk234 commented on issue #5637: Unsupported partition transform

singhpk234 commented on issue #5637:
URL: https://github.com/apache/iceberg/issues/5637#issuecomment-1228115991

   As per this doc, Athena  only supports Iceberg V2 Tables. : https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg.html
   
   "_**Iceberg v2 tables – Athena only creates and operates on Iceberg v2 tables. For the difference between v1 and v2 tables, see [Format version changes](https://iceberg.apache.org/spec/#appendix-e-format-version-changes) in the Apache Iceberg documentation.**_"
   
   By default iceberg table creates tables in v1 format : 
   https://github.com/apache/iceberg/blob/1526c1f663b2359de01183160b1236cd4eee04bf/core/src/main/java/org/apache/iceberg/TableMetadata.java#L51
   
   Can you please try updating table format verison to 2 in table properties 


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