rdblue commented on code in PR #12346: URL: https://github.com/apache/iceberg/pull/12346#discussion_r1994447450
########## build.gradle: ########## @@ -348,6 +348,7 @@ project(':iceberg-core') { implementation libs.jackson.databind implementation libs.caffeine implementation libs.roaringbitmap + implementation libs.jts.core Review Comment: I see, this is used for translation between WKT and WKB. If we choose to do that translation (we could change from a WKT representation or could not allow defaults for geo fields) then we will need to update license documentation or make support pluggable. Updating documentation involves researching the code that is pulled in by JTS and reviewing the license and notice for every new transitive dependency. -- 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