Skip to content

Commit c6efe00

Browse files
authored
fix regression in jar packaging (apache#950)
1 parent cbaf1c2 commit c6efe00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ under the License.
178178
<createDependencyReducedPom>true</createDependencyReducedPom>
179179
<artifactSet>
180180
<includes>
181-
<include>org.apache.comet:comet-common-spark${spark.version.short}_${scala.binary.version}</include>
181+
<include>org.apache.datafusion:comet-common-spark${spark.version.short}_${scala.binary.version}</include>
182182
<!-- Relocate Protobuf since Spark uses 2.5.0 while Comet uses 3.x -->
183183
<include>com.google.protobuf:protobuf-java</include>
184184
<include>com.google.guava:guava</include>

0 commit comments

Comments
 (0)