You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gu...@apache.org on 2023/07/17 05:37:59 UTC

[flink-connector-aws] branch v4.1 updated (253f05b -> 158a495)

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

guoweijie pushed a change to branch v4.1
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git


    from 253f05b  [FLINK-32024][docs] Short code related to externalized connector retrieve version from its own data yaml
     new 2f07594  [FLINK-32595][Connectors/Kinesis] Fix the deserialization schema version in the datastream conneter doc
     new 158a495  [hotfix] Fix the flink package download url

The 2 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:
 .github/workflows/push_pr.yml                      | 2 +-
 docs/content/docs/connectors/datastream/kinesis.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[flink-connector-aws] 02/02: [hotfix] Fix the flink package download url

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

guoweijie pushed a commit to branch v4.1
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git

commit 158a495a00d823efaf1615f63f14a3a6067a5488
Author: Yuxin Tan <ta...@gmail.com>
AuthorDate: Mon Jul 17 12:02:50 2023 +0800

    [hotfix] Fix the flink package download url
---
 .github/workflows/push_pr.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 24965bf..258b0b3 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -29,5 +29,5 @@ jobs:
         flink: [1.16.1]
     with:
       flink_version: ${{ matrix.flink }}
-      flink_url: https://dist.apache.org/repos/dist/release/flink/flink-${{ matrix.flink }}/flink-${{ matrix.flink }}-bin-scala_2.12.tgz
+      flink_url: https://archive.apache.org/dist/flink/flink-${{ matrix.flink }}/flink-${{ matrix.flink }}-bin-scala_2.12.tgz
       cache_flink_binary: true


[flink-connector-aws] 01/02: [FLINK-32595][Connectors/Kinesis] Fix the deserialization schema version in the datastream conneter doc

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

guoweijie pushed a commit to branch v4.1
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git

commit 2f0759452bda9c5ce0e0bf5a5d91c587c38f14bf
Author: Yuxin Tan <ta...@gmail.com>
AuthorDate: Mon Jul 17 10:37:32 2023 +0800

    [FLINK-32595][Connectors/Kinesis] Fix the deserialization schema version in the datastream conneter doc
---
 docs/content/docs/connectors/datastream/kinesis.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/connectors/datastream/kinesis.md b/docs/content/docs/connectors/datastream/kinesis.md
index 02b1fa0..7700cb3 100644
--- a/docs/content/docs/connectors/datastream/kinesis.md
+++ b/docs/content/docs/connectors/datastream/kinesis.md
@@ -178,7 +178,7 @@ For convenience, Flink provides the following schemas out of the box:
        
 {{< tabs "8c6721c7-4a48-496e-b0fe-6522cf6a5e13" >}}
 {{< tab "GlueSchemaRegistryJsonDeserializationSchema" >}}
-{{< artifact flink-jsonschema-glue-schema-registry >}}
+{{< connector_artifact flink-json-glue-schema-registry kinesis >}}
 {{< /tab >}}
 {{< /tabs >}}
     
@@ -200,7 +200,7 @@ For convenience, Flink provides the following schemas out of the box:
 {{< artifact flink-avro >}}
 {{< /tab >}}
 {{< tab "GlueSchemaRegistryAvroDeserializationSchema" >}}
-{{< artifact flink-avro-glue-schema-registry >}}
+{{< connector_artifact flink-avro-glue-schema-registry kinesis >}}
 {{< /tab >}}
 {{< /tabs >}}