abhioncbr commented on code in PR #13582:
URL: https://github.com/apache/pinot/pull/13582#discussion_r1675727699
##########
pinot-plugins/pinot-input-format/pinot-orc/pom.xml:
##########
@@ -74,5 +74,9 @@
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </dependency>
Review Comment:
Yes. Without it, we will get the exception
`com.google.protobuf.MessageOrBuilder` not found
--
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]