Skip to content

Commit

Permalink
[FLINK-20235][hive][parquet] Parquet lack additional dependencies aft…
Browse files Browse the repository at this point in the history
…er bumping

This closes apache#14189
  • Loading branch information
JingsongLi committed Nov 24, 2020
1 parent 8e40283 commit 7e7dbc2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flink-connectors/flink-connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,8 @@ under the License.
<include>org.apache.parquet:parquet-column</include>
<include>org.apache.parquet:parquet-common</include>
<include>org.apache.parquet:parquet-encoding</include>
<include>org.apache.parquet:parquet-format-structures</include>
<include>org.apache.parquet:parquet-jackson</include>
</includes>
</artifactSet>
<relocations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ This project bundles the following dependencies under the Apache Software Licens
- org.apache.parquet:parquet-column:1.11.1
- org.apache.parquet:parquet-common:1.11.1
- org.apache.parquet:parquet-encoding:1.11.1
- org.apache.parquet:parquet-format-structures:1.11.1
- org.apache.parquet:parquet-jackson:1.11.1
2 changes: 2 additions & 0 deletions flink-formats/flink-sql-parquet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ under the License.
<include>org.apache.parquet:parquet-column</include>
<include>org.apache.parquet:parquet-common</include>
<include>org.apache.parquet:parquet-encoding</include>
<include>org.apache.parquet:parquet-format-structures</include>
<include>org.apache.parquet:parquet-jackson</include>
<include>org.codehaus.jackson:jackson-core-asl</include>
<include>org.codehaus.jackson:jackson-mapper-asl</include>
<include>org.apache.commons:commons-compress</include>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ This project bundles the following dependencies under the Apache Software Licens
- org.apache.parquet:parquet-column:1.11.1
- org.apache.parquet:parquet-common:1.11.1
- org.apache.parquet:parquet-encoding:1.11.1
- org.apache.parquet:parquet-format-structures:1.11.1
- org.apache.parquet:parquet-jackson:1.11.1
- commons-pool:commons-pool:1.6

0 comments on commit 7e7dbc2

Please sign in to comment.