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/09/27 13:28:29 UTC

[GitHub] [iceberg] singhpk234 commented on issue #5867: Facing error when creating iceberg table in EMR using Glue catalog

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

   This is because glueCatalog has additonal vaildations on tablename it should only contain lower case alphabets.
   https://github.com/apache/iceberg/blob/6d2edd6284ebc5301dbe45376a31ca8316852a77/aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java#L499-L506
   
   
   can try setting `glue.skip-name-validation` via catalog properties : 
   https://github.com/apache/iceberg/blob/6d2edd6284ebc5301dbe45376a31ca8316852a77/aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java#L106-L114
   


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