Skip to content

Commit b5ef154

Browse files
committed
fix: Remove exclusion of com.google.cloud.bigquery.connector.common from shading configuration.
1 parent 6d348f4 commit b5ef154

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spark-bigquery-parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,8 @@
628628
<pattern>com.google</pattern>
629629
<shadedPattern>com.google.cloud.spark.bigquery.repackaged.com.google</shadedPattern>
630630
<excludes>
631-
<exclude>com.google.cloud.bigquery.connector.common.**</exclude>
631+
<!-- the bigquery connector common library needs to be repackaged -->
632+
<!-- <exclude>com.google.cloud.bigquery.connector.common.**</exclude> -->
632633
<exclude>com.google.cloud.spark.bigquery.**</exclude>
633634
<exclude>com.google.cloud.spark.events.**</exclude>
634635
</excludes>

0 commit comments

Comments
 (0)