Skip to content

Commit

Permalink
Add Pulsar plugin back to distribution (#8657)
Browse files Browse the repository at this point in the history
* Bug fix: Complex type transformer should not be created for empty configs

* Add pulsar plugin to distribution
  • Loading branch information
KKcorps authored May 16, 2022
1 parent 078d896 commit d3c97d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pinot-distribution/pinot-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,10 @@
<destName>plugins/pinot-stream-ingestion/pinot-kinesis/pinot-kinesis-${project.version}-shaded.jar</destName>
</file>

<!-- TODO: fix the runtime issue for Apache Pulsar plug-in and add this back. (https://github.com/apache/pinot/issues/7270)
<file>
<source>${pinot.root}/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/target/pinot-pulsar-${project.version}-shaded.jar</source>
<destName>plugins/pinot-stream-ingestion/pinot-pulsar/pinot-pulsar-${project.version}-shaded.jar</destName>
</file>
-->

<!-- End Include Pinot Stream Ingestion Plugins-->
<!-- Start Include Pinot Batch Ingestion Plugins-->
Expand Down

0 comments on commit d3c97d5

Please sign in to comment.