Skip to content

Commit 6bb5a12

Browse files
authored
[FLINK-32760][Connectors/Hive] Reshade shaded parquet in flink-sql-connector-hive (apache#23166)
1 parent 84044f4 commit 6bb5a12

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

flink-connectors/flink-sql-connector-hive-2.3.9/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,11 @@ under the License.
111111
<relocations>
112112
<relocation>
113113
<pattern>org.apache.parquet</pattern>
114-
<shadedPattern>org.apache.flink.hive.shaded.parquet</shadedPattern>
114+
<shadedPattern>org.apache.hive.shaded.parquet</shadedPattern>
115+
</relocation>
116+
<relocation>
117+
<pattern>shaded.parquet</pattern>
118+
<shadedPattern>org.apache.hive.reshaded.parquet</shadedPattern>
115119
</relocation>
116120
<!-- Guava dependencies that still end up in the shaded JAR are relocated to avoid clashes. -->
117121
<relocation>

flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ under the License.
223223
<pattern>org.apache.parquet</pattern>
224224
<shadedPattern>org.apache.hive.shaded.parquet</shadedPattern>
225225
</relocation>
226+
<relocation>
227+
<pattern>shaded.parquet</pattern>
228+
<shadedPattern>org.apache.hive.reshaded.parquet</shadedPattern>
229+
</relocation>
226230
<!-- Guava dependencies that still end up in the shaded JAR are relocated to avoid clashes. -->
227231
<relocation>
228232
<pattern>com.google</pattern>

0 commit comments

Comments
 (0)