rdblue commented on code in PR #6338: URL: https://github.com/apache/iceberg/pull/6338#discussion_r1037388592
########## core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java: ########## @@ -72,9 +72,9 @@ final class JdbcUtil { + TABLE_NAME + " VARCHAR(255) NOT NULL," + METADATA_LOCATION - + " VARCHAR(5500)," + + " VARCHAR(1000)," Review Comment: Why not make this as long as we can to avoid truncation? What happens if a value is truncated? -- 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