This is an automated email from the ASF dual-hosted git repository.
xiangfu 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 3253aabe5f Remove pinot-orc from the packaged distribution (#15792)
3253aabe5f is described below
commit 3253aabe5fb290654b87b876b668f5dd18e671c6
Author: Xiang Fu <[email protected]>
AuthorDate: Sun May 18 23:50:42 2025 +0800
Remove pinot-orc from the packaged distribution (#15792)
---
pinot-distribution/pinot-assembly.xml | 5 -----
pinot-tools/pom.xml | 4 ----
2 files changed, 9 deletions(-)
diff --git a/pinot-distribution/pinot-assembly.xml
b/pinot-distribution/pinot-assembly.xml
index 078205f213..f90f97a721 100644
--- a/pinot-distribution/pinot-assembly.xml
+++ b/pinot-distribution/pinot-assembly.xml
@@ -160,11 +160,6 @@
</source>
<destName>plugins/pinot-input-format/pinot-json/pinot-json-${project.version}-shaded.jar</destName>
</file>
- <file>
-
<source>${pinot.root}/pinot-plugins/pinot-input-format/pinot-orc/target/pinot-orc-${project.version}-shaded.jar
- </source>
-
<destName>plugins/pinot-input-format/pinot-orc/pinot-orc-${project.version}-shaded.jar</destName>
- </file>
<file>
<source>
${pinot.root}/pinot-plugins/pinot-input-format/pinot-parquet/target/pinot-parquet-${project.version}-shaded.jar
diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index 4285986396..48383ece88 100644
--- a/pinot-tools/pom.xml
+++ b/pinot-tools/pom.xml
@@ -77,10 +77,6 @@
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-json</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.pinot</groupId>
- <artifactId>pinot-orc</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-parquet</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]