This is an automated email from the ASF dual-hosted git repository.
kharekartik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new d3c97d54d2 Add Pulsar plugin back to distribution (#8657)
d3c97d54d2 is described below
commit d3c97d54d24ab42203c760d1ed5cbef981b13f44
Author: Kartik Khare <[email protected]>
AuthorDate: Mon May 16 10:07:59 2022 +0530
Add Pulsar plugin back to distribution (#8657)
* Bug fix: Complex type transformer should not be created for empty configs
* Add pulsar plugin to distribution
---
pinot-distribution/pinot-assembly.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pinot-distribution/pinot-assembly.xml
b/pinot-distribution/pinot-assembly.xml
index 72f47d15bf..0ccb5c6a24 100644
--- a/pinot-distribution/pinot-assembly.xml
+++ b/pinot-distribution/pinot-assembly.xml
@@ -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-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]