This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new c6efe00c fix regression in jar packaging (#950)
c6efe00c is described below
commit c6efe00c25a3fac5ea9dd70056c96d9de3e50e74
Author: Andy Grove <[email protected]>
AuthorDate: Wed Sep 18 12:25:39 2024 -0600
fix regression in jar packaging (#950)
---
spark/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spark/pom.xml b/spark/pom.xml
index c19c9171..e4f33960 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -178,7 +178,7 @@ under the License.
<createDependencyReducedPom>true</createDependencyReducedPom>
<artifactSet>
<includes>
-
<include>org.apache.comet:comet-common-spark${spark.version.short}_${scala.binary.version}</include>
+
<include>org.apache.datafusion:comet-common-spark${spark.version.short}_${scala.binary.version}</include>
<!-- Relocate Protobuf since Spark uses 2.5.0 while Comet
uses 3.x -->
<include>com.google.protobuf:protobuf-java</include>
<include>com.google.guava:guava</include>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]