File tree 2 files changed +9
-1
lines changed
flink-sql-connector-hive-2.3.9
flink-sql-connector-hive-3.1.3
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,11 @@ under the License.
111
111
<relocations >
112
112
<relocation >
113
113
<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 >
115
119
</relocation >
116
120
<!-- Guava dependencies that still end up in the shaded JAR are relocated to avoid clashes. -->
117
121
<relocation >
Original file line number Diff line number Diff line change @@ -223,6 +223,10 @@ under the License.
223
223
<pattern >org.apache.parquet</pattern >
224
224
<shadedPattern >org.apache.hive.shaded.parquet</shadedPattern >
225
225
</relocation >
226
+ <relocation >
227
+ <pattern >shaded.parquet</pattern >
228
+ <shadedPattern >org.apache.hive.reshaded.parquet</shadedPattern >
229
+ </relocation >
226
230
<!-- Guava dependencies that still end up in the shaded JAR are relocated to avoid clashes. -->
227
231
<relocation >
228
232
<pattern >com.google</pattern >
You can’t perform that action at this time.
0 commit comments