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-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