kirkrodrigues commented on code in PR #9942:
URL: https://github.com/apache/pinot/pull/9942#discussion_r1051272869
##########
pinot-distribution/pinot-assembly.xml:
##########
@@ -146,6 +146,12 @@
</source>
<destName>plugins/pinot-input-format/pinot-avro/pinot-avro-${project.version}-shaded.jar</destName>
</file>
+ <file>
+ <source>
+
${pinot.root}/pinot-plugins/pinot-input-format/pinot-clp-log/target/pinot-clp-log-${project.version}-shaded.jar
Review Comment:
No, I'm not seeing a version conflict, but aren't all plugins shaded? If
you're asking why I had shading in the plugin's pom.xml, that was an error
(thanks for catching it).
--
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]