This is an automated email from the ASF dual-hosted git repository.

fpaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new d7cf2c1  [FLINK-22602][Formats][Parquet] Upgrade Parquet dependency to 
1.12.2
d7cf2c1 is described below

commit d7cf2c10f8d4fba81173854cbd8be27c657c7c7f
Author: Bo Cui <[email protected]>
AuthorDate: Sat May 8 11:47:19 2021 +0800

    [FLINK-22602][Formats][Parquet] Upgrade Parquet dependency to 1.12.2
---
 .../flink-connector-hive/src/main/resources/META-INF/NOTICE  | 12 ++++++------
 .../flink-sql-parquet/src/main/resources/META-INF/NOTICE     | 12 ++++++------
 flink-formats/pom.xml                                        |  2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE 
b/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE
index 829fb7b..3c07c1e 100644
--- a/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE
+++ b/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE
@@ -6,9 +6,9 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software 
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- org.apache.parquet:parquet-hadoop:1.11.1
-- 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
+- org.apache.parquet:parquet-hadoop:1.12.2
+- org.apache.parquet:parquet-column:1.12.2
+- org.apache.parquet:parquet-common:1.12.2
+- org.apache.parquet:parquet-encoding:1.12.2
+- org.apache.parquet:parquet-format-structures:1.12.2
+- org.apache.parquet:parquet-jackson:1.12.2
diff --git a/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE 
b/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
index 97c0d9e..bc6ac30 100644
--- a/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
+++ b/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
@@ -6,10 +6,10 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software 
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- org.apache.parquet:parquet-hadoop:1.11.1
-- 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
+- org.apache.parquet:parquet-hadoop:1.12.2
+- org.apache.parquet:parquet-column:1.12.2
+- org.apache.parquet:parquet-common:1.12.2
+- org.apache.parquet:parquet-encoding:1.12.2
+- org.apache.parquet:parquet-format-structures:1.12.2
+- org.apache.parquet:parquet-jackson:1.12.2
 - commons-pool:commons-pool:1.6
diff --git a/flink-formats/pom.xml b/flink-formats/pom.xml
index cbb32d9..4427256 100644
--- a/flink-formats/pom.xml
+++ b/flink-formats/pom.xml
@@ -31,7 +31,7 @@ under the License.
        </parent>
 
        <properties>
-               
<flink.format.parquet.version>1.11.1</flink.format.parquet.version>
+               
<flink.format.parquet.version>1.12.2</flink.format.parquet.version>
        </properties>
 
        <artifactId>flink-formats</artifactId>

Reply via email to