You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/08/26 11:14:56 UTC

[GitHub] [hive] slachiewicz commented on a diff in pull request #3517: HIVE-26468: Replace FlatBuffers artefact from com.github.davidmoten w…

slachiewicz commented on code in PR #3517:
URL: https://github.com/apache/hive/pull/3517#discussion_r955937007


##########
serde/pom.xml:
##########
@@ -81,7 +81,7 @@
       <version>${hppc.version}</version>
     </dependency>
     <dependency>
-      <groupId>com.github.davidmoten</groupId>
+      <groupId>com.google.flatbuffers</groupId>

Review Comment:
   I don't think so (see warning message in jira ticket), previously for this module we have 2 dependencies from different groups and shade plugin may select one of them randomly. My change makes clear to use only official artefacts from one source.



-- 
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-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org