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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]