You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2020/09/29 10:34:09 UTC

[flink] 01/03: [FLINK-19137] Bump Parquet from 1.10.0 to 1.11.1

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

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

commit 6760ef4cc4e6f4ed68a7659f374c03038114abde
Author: C08061 <xs...@foxmail.com>
AuthorDate: Fri Sep 4 10:31:29 2020 +0800

    [FLINK-19137] Bump Parquet from 1.10.0 to 1.11.1
---
 flink-formats/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-formats/pom.xml b/flink-formats/pom.xml
index 9caf544..b4347fa 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.10.0</flink.format.parquet.version>
+		<flink.format.parquet.version>1.11.1</flink.format.parquet.version>
 	</properties>
 
 	<artifactId>flink-formats</artifactId>