Copilot commented on code in PR #16923:
URL: https://github.com/apache/pinot/pull/16923#discussion_r2389726679


##########
pinot-connectors/pinot-spark-3-connector/pom.xml:
##########
@@ -56,6 +56,7 @@
                       <includes>
                         <include>com.google.protobuf.**</include>
                         <include>com.google.common.**</include>
+                        <include>io.grpc</include>

Review Comment:
   The include pattern for io.grpc is incomplete. It should be `io.grpc.**` to 
match all subpackages, similar to the existing patterns for protobuf and guava.
   ```suggestion
                           <include>io.grpc.**</include>
   ```



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

Reply via email to