xiangfu0 commented on code in PR #12571: URL: https://github.com/apache/pinot/pull/12571#discussion_r1514263355
########## pinot-plugins/pinot-input-format/pinot-orc/pom.xml: ########## @@ -70,5 +70,9 @@ <artifactId>xml-apis</artifactId> <scope>compile</scope> </dependency> + <dependency> + <groupId>com.google.protobuf</groupId> + <artifactId>protobuf-java</artifactId> Review Comment: It is defined in root pom. However the shading packages another version, so need to explicitly set it here. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org