zabetak commented on code in PR #5818: URL: https://github.com/apache/hive/pull/5818#discussion_r2097626961
########## ql/pom.xml: ########## @@ -1109,6 +1105,7 @@ <include>com.esri.geometry:esri-geometry-api</include> <include>org.roaringbitmap:RoaringBitmap</include> <include>com.github.luben:zstd-jni</include> + <include>org.locationtech.jts:jts-core</include> Review Comment: Since we are now bundling jts-core in the shaded jar we may also have to add relocation (see L1129) to avoid version conflicts in case other deps bring in the same classes. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org