nastra commented on code in PR #6338: URL: https://github.com/apache/iceberg/pull/6338#discussion_r1037273853
########## core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java: ########## @@ -185,9 +185,9 @@ final class JdbcUtil { + NAMESPACE_NAME + " VARCHAR(255) NOT NULL," + NAMESPACE_PROPERTY_KEY - + " VARCHAR(5500)," + + " VARCHAR(255)," Review Comment: CATALOG_NAME + NAMESPACE_NAME + NAMESPACE_PROPERTY_KEY make up the primary key, and the primary key size is limited by 767 ( 255 * 3 = 765 < 767) -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org