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

[flink] branch master updated (76b35b8 -> 599314b)

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

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


    from 76b35b8  [FLINK-18125][Azure] Skip e2e execution on docs-only-PRs
     new 4df425b  [hotfix] Fix flink-connector-hive NOTICE file
     new e207be4  [hotfix] Fix flink-connector-kinesis NOTICE file
     new 599314b  [hotfix] Fix flink-sql-parquet NOTICE file

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../flink-connector-hive/src/main/resources/META-INF/NOTICE         | 2 +-
 .../flink-connector-kinesis/src/main/resources/META-INF/NOTICE      | 6 +++---
 flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE  | 1 -
 3 files changed, 4 insertions(+), 5 deletions(-)


[flink] 03/03: [hotfix] Fix flink-sql-parquet NOTICE file

Posted by tr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 599314b816a201508d4b13cb6dcf6c9933af76f3
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Thu Jul 2 18:26:51 2020 +0200

    [hotfix] Fix flink-sql-parquet NOTICE file
    
    Remove unused dependency org.apache.commons:commons-compress:1.20 from NOTICE file
    
    This closes #12811.
---
 flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE | 1 -
 1 file changed, 1 deletion(-)

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 fbf65f5..d0cb74e 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
@@ -13,6 +13,5 @@ This project bundles the following dependencies under the Apache Software Licens
 - org.apache.parquet:parquet-format:2.4.0
 - org.codehaus.jackson:jackson-mapper-asl:1.9.13
 - org.codehaus.jackson:jackson-core-asl:1.9.13
-- org.apache.commons:commons-compress:1.20
 - commons-pool:commons-pool:1.6
 - commons-codec:commons-codec:1.10


[flink] 01/03: [hotfix] Fix flink-connector-hive NOTICE file

Posted by tr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4df425bde344aee8f5a0208df8f5377342af25ff
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Thu Jul 2 18:24:17 2020 +0200

    [hotfix] Fix flink-connector-hive NOTICE file
    
    Correctly state org.apache.parquet:parquet-format:2.4.0 as bundled dependency
---
 .../flink-connector-hive/src/main/resources/META-INF/NOTICE             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a1d7560..b4bc4a6 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
@@ -7,7 +7,7 @@ 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.10.0
-- org.apache.parquet:parquet-format:1.10.0
+- org.apache.parquet:parquet-format:2.4.0
 - org.apache.parquet:parquet-column:1.10.0
 - org.apache.parquet:parquet-common:1.10.0
 - org.apache.parquet:parquet-encoding:1.10.0


[flink] 02/03: [hotfix] Fix flink-connector-kinesis NOTICE file

Posted by tr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e207be4398da9098bb0cf5552dc0a57f41e206bc
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Thu Jul 2 18:25:44 2020 +0200

    [hotfix] Fix flink-connector-kinesis NOTICE file
    
    Correct bundled dependencies in NOTICE file:
    
    com.amazonaws:aws-java-sdk-dynamodb:jar:1.11.754 -> com.amazonaws:aws-java-sdk-dynamodb:jar:1.11.603
    com.amazonaws:aws-java-sdk-s3:jar:1.11.754 -> com.amazonaws:aws-java-sdk-s3:jar:1.11.603
    com.amazonaws:aws-java-sdk-kms:jar:1.11.754 -> com.amazonaws:aws-java-sdk-kms:jar:1.11.603
---
 .../flink-connector-kinesis/src/main/resources/META-INF/NOTICE      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/flink-connectors/flink-connector-kinesis/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-connector-kinesis/src/main/resources/META-INF/NOTICE
index 0f03241..b13e2c6 100644
--- a/flink-connectors/flink-connector-kinesis/src/main/resources/META-INF/NOTICE
+++ b/flink-connectors/flink-connector-kinesis/src/main/resources/META-INF/NOTICE
@@ -9,10 +9,10 @@ This project bundles the following dependencies under the Apache Software Licens
 - com.amazonaws:amazon-kinesis-client:1.11.2
 - com.amazonaws:amazon-kinesis-producer:0.14.0
 - com.amazonaws:aws-java-sdk-core:1.11.754
-- com.amazonaws:aws-java-sdk-dynamodb:1.11.754
+- com.amazonaws:aws-java-sdk-dynamodb:1.11.603
 - com.amazonaws:aws-java-sdk-kinesis:1.11.754
-- com.amazonaws:aws-java-sdk-kms:1.11.754
-- com.amazonaws:aws-java-sdk-s3:1.11.754
+- com.amazonaws:aws-java-sdk-kms:1.11.603
+- com.amazonaws:aws-java-sdk-s3:1.11.603
 - com.amazonaws:aws-java-sdk-sts:1.11.754
 - com.amazonaws:dynamodb-streams-kinesis-adapter:1.5.0
 - com.amazonaws:jmespath-java:1.11.754