[flink-connector-pulsar] 02/02: [FLINK-31718][Build] v3.0 branch use flink-connector-shared-utils ci.yml.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git commit 4719bab7dde1e5082ddbf9cdfd9dd71217e81ccd Author: Weijie Guo AuthorDate: Tue Apr 4 12:38:12 2023 +0800

[flink-connector-pulsar] 01/02: [hotfix][Build] bump flink version to 1.16.1 for ci workflows.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git commit f51e5c684938363dbca3e507408175beddb83b36 Author: Weijie Guo AuthorDate: Tue Apr 4 12:06:33 2023 +0800

[flink-connector-pulsar] branch v3.0 updated (9a189f0 -> 4719bab)

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a change to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git from 9a189f0 [hotfix] fix connector artifact shortcode for document. new f51e5c6 [hotfix][Build] bu

[flink-connector-pulsar] branch v3.0 updated: [hotfix] fix connector artifact shortcode for document.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git The following commit(s) were added to refs/heads/v3.0 by this push: new 9a189f0 [hotfix] fix connector a

[flink-connector-aws] branch v4.0 created (now f2098e7)

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a change to branch v4.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git at f2098e7 [hotfix] Add missing copyright headers No new revisions were added by this update.

[flink] branch release-1.16 updated (9582727387d -> 3291e4d6f9a)

2023-04-03 Thread dianfu
This is an automated email from the ASF dual-hosted git repository. dianfu pushed a change to branch release-1.16 in repository https://gitbox.apache.org/repos/asf/flink.git from 9582727387d [FLINK-31293][runtime] LocalBufferPool request overdraft buffer only when no available buffer and po

[flink] branch master updated: [FLINK-31545][jdbc-driver] Create executor in flink connection

2023-04-03 Thread libenchao
This is an automated email from the ASF dual-hosted git repository. libenchao 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 8c44d58c4c4 [FLINK-31545][jdbc-driver] Create

[flink-connector-pulsar] 01/01: [hotfix] fix connector artifact shortcode for document.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch v3.0.0-docs in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git commit a6510e124d872d1e2dabecafccb41143248d5f8a Author: Weijie Guo AuthorDate: Tue Apr 4 11:02:23 2023

[flink-connector-pulsar] branch v3.0.0-docs created (now a6510e1)

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a change to branch v3.0.0-docs in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git at a6510e1 [hotfix] fix connector artifact shortcode for document. This branch includes the fol

[flink-connector-pulsar] branch v3.0.0-doc created (now a6510e1)

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a change to branch v3.0.0-doc in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git at a6510e1 [hotfix] fix connector artifact shortcode for document. This branch includes the foll

[flink-connector-pulsar] 01/01: [hotfix] fix connector artifact shortcode for document.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch v3.0.0-doc in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git commit a6510e124d872d1e2dabecafccb41143248d5f8a Author: Weijie Guo AuthorDate: Tue Apr 4 11:02:23 2023 +

[flink] 03/04: [hotfix] Add missing @GuardedBy annotation for LocalBufferPool.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit cfe393dd87080e8d5c624a385189a95d92db7da9 Author: Weijie Guo AuthorDate: Fri Mar 3 00:03:35 2023 +0800 [hotfix] Ad

[flink] 04/04: [FLINK-31293][runtime] LocalBufferPool request overdraft buffer only when no available buffer and pool size is reached.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit fb6caee13710348a9b53284c2cabbdb2e7aa9739 Author: Weijie Guo AuthorDate: Tue Mar 7 01:12:14 2023 +0800 [FLINK-3129

[flink] 01/04: [hotfix][test] Migrate LocalBufferPoolTest to Junit5 and AssertJ.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 0542fae7e412ef1447cd3a174013a3743bdaaa30 Author: Weijie Guo AuthorDate: Tue Mar 7 01:05:47 2023 +0800 [hotfix][te

[flink] 02/04: [hotfix] Some minor clean-up and typo fix for LocalBufferPool.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 0a49f9d1e883154e178c55be839e662d2ef213f5 Author: Weijie Guo AuthorDate: Thu Mar 2 23:45:01 2023 +0800 [hotfix] So

[flink] branch master updated (7c6d8b0134c -> fb6caee1371)

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 7c6d8b0134c [FLINK-31707][python] Fix Pandas UDAF to support accepting constant string as inputs new 0542fae7e

[flink] 03/04: [hotfix] Add missing @GuardedBy annotation for LocalBufferPool.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git commit 0b1433c2379d1847cc906e7481c0f09dabc13d92 Author: Weijie Guo AuthorDate: Fri Mar 3 00:03:35 2023 +0800 [hotf

[flink] branch release-1.17 updated (9c5ca059080 -> 6a476bee5e4)

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a change to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git from 9c5ca059080 [FLINK-31707][python] Fix Pandas UDAF to support accepting constant string as inputs new 3b1

[flink] 01/04: [hotfix][test] Migrate LocalBufferPoolTest to Junit5 and AssertJ.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git commit 3b1ab11068c6acc635b6ed62bab02129bdb89390 Author: Weijie Guo AuthorDate: Tue Mar 7 01:05:47 2023 +0800 [hotf

[flink] 04/04: [FLINK-31293][runtime] LocalBufferPool request overdraft buffer only when no available buffer and pool size is reached.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git commit 6a476bee5e452d1f172173ec018939c8a154886c Author: Weijie Guo AuthorDate: Tue Mar 7 01:12:14 2023 +0800 [FLIN

[flink] 02/04: [hotfix] Some minor clean-up and typo fix for LocalBufferPool.

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git commit 5bc196382a30e50a33758e03d0ed4e107b51afd9 Author: Weijie Guo AuthorDate: Thu Mar 2 23:45:01 2023 +0800 [hotf

[flink] branch release-1.16 updated (a48e62bac81 -> 9582727387d)

2023-04-03 Thread guoweijie
This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a change to branch release-1.16 in repository https://gitbox.apache.org/repos/asf/flink.git from a48e62bac81 [hotfix][Connectors/AWS][docs] Updating AWS docs branch to fix build add f35cf96fa61 [hotfix

[flink] branch release-1.17 updated: [FLINK-31707][python] Fix Pandas UDAF to support accepting constant string as inputs

2023-04-03 Thread dianfu
This is an automated email from the ASF dual-hosted git repository. dianfu pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.17 by this push: new 9c5ca059080 [FLINK-31707][python] Fix

[flink] branch master updated: [FLINK-31707][python] Fix Pandas UDAF to support accepting constant string as inputs

2023-04-03 Thread dianfu
This is an automated email from the ASF dual-hosted git repository. dianfu 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 7c6d8b0134c [FLINK-31707][python] Fix Pandas UDAF

[flink] branch master updated: [hotfix][docs-zh] Fixed the inaccurancy in Chinese doc of ExecutionMode (#22326)

2023-04-03 Thread yuxia
This is an automated email from the ASF dual-hosted git repository. yuxia 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 ed0bbfb0c23 [hotfix][docs-zh] Fixed the inaccuranc

[flink] branch release-1.16 updated (95db6179d50 -> a48e62bac81)

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a change to branch release-1.16 in repository https://gitbox.apache.org/repos/asf/flink.git from 95db6179d50 [FLINK-31703][Connectors/AWS][docs] Update AWS connector docs to v4.1.0 add a48e62bac81 [

[flink] branch release-1.17 updated: [hotfix][Connectors/AWS][docs] Updating AWS docs branch to fix build

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.17 by this push: new 1f42bfcdde5 [hotfix][Connectors

[flink] branch master updated (2f3b7016dcd -> 34a48cd7c46)

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 2f3b7016dcd [FLINK-31703][Connectors/AWS][docs] Update AWS connector docs to v4.1.0 add 34a48cd7c46 [hotfix

[flink-connector-aws] branch v4.1.0-docs created (now f2098e7)

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a change to branch v4.1.0-docs in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git at f2098e7 [hotfix] Add missing copyright headers This branch includes the following new commit

[flink-connector-aws] 01/01: [hotfix] Add missing copyright headers

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch v4.1.0-docs in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git commit f2098e78351f741de11b75e71f0b11730d17afa0 Author: Danny Cranmer AuthorDate: Mon Apr 3 19:12:25 20

[flink-connector-aws] branch main updated: [hotfix] Add missing copyright headers

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git The following commit(s) were added to refs/heads/main by this push: new ef6ec5e [hotfix] Add missing cop

[flink-connector-opensearch] branch main updated: [FLINK-31697] OpenSearch nightly CI failure (#15)

2023-04-03 Thread snuyanzin
This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-opensearch.git The following commit(s) were added to refs/heads/main by this push: new a056972 [FLINK-31697] OpenSe

[flink] branch release-1.16 updated (3bdb8558297 -> 95db6179d50)

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a change to branch release-1.16 in repository https://gitbox.apache.org/repos/asf/flink.git from 3bdb8558297 [FLINK-31692][Connectors/MongoDB] Integrate MongoDB connector docs into Flink website add

[flink-web] branch asf-site updated: Rebuilt website

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git The following commit(s) were added to refs/heads/asf-site by this push: new 20654b64b Rebuilt website 20654b64b

[flink-web] branch asf-site updated: [hotfix] Correct Opensearch connector version

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git The following commit(s) were added to refs/heads/asf-site by this push: new 71355ffb5 [hotfix] Correct Opensear

[flink] branch master updated: [FLINK-31703][Connectors/AWS][docs] Update AWS connector docs to v4.1.0

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer 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 2f3b7016dcd [FLINK-31703][Connectors/AWS][d

[flink] branch release-1.17 updated: [FLINK-31703][Connectors/AWS][docs] Update AWS connector docs to v4.1.0

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.17 by this push: new 40ee2019c61 [FLINK-31703][Conne

[flink] branch master updated (ab7b2b308ab -> ea9c9d97e6b)

2023-04-03 Thread pnowojski
This is an automated email from the ASF dual-hosted git repository. pnowojski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from ab7b2b308ab [FLINK-31694][Web Frontend] Bump ua-parser-js in /flink-runtime-web/web-dashboard add ea9c9d97e6b

[flink] branch master updated: [FLINK-31694][Web Frontend] Bump ua-parser-js in /flink-runtime-web/web-dashboard

2023-04-03 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser 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 ab7b2b308ab [FLINK-31694][Web Frontend] Bu

[flink] branch master updated (1368542fd68 -> 77b1d8f7015)

2023-04-03 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 1368542fd68 [hotfix][Connectors/MongoDB] Using v1.0.0-docs branch for docs build add 77b1d8f7015 [FLINK-31

[flink] branch release-1.16 updated (99c025b438a -> 3bdb8558297)

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a change to branch release-1.16 in repository https://gitbox.apache.org/repos/asf/flink.git from 99c025b438a [FLINK-31652][k8s] Handle the deleted event in case pod is deleted during the pending phase

[flink] branch release-1.17 updated: [FLINK-31692][Connectors/MongoDB] Integrate MongoDB connector docs into Flink website

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.17 by this push: new 319b07d2519 [FLINK-31692][Conne

[flink] branch release-1.17 updated: [FLINK-31656][runtime][security] Obtain delegation tokens early to support external file system usage in blob server

2023-04-03 Thread gyfora
This is an automated email from the ASF dual-hosted git repository. gyfora pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.17 by this push: new e827ea6fb69 [FLINK-31656][runtime][se

[flink-kubernetes-operator] branch main updated: [FLINK-31630] Limit max checkpoint age for last-state upgrade

2023-04-03 Thread gyfora
This is an automated email from the ASF dual-hosted git repository. gyfora pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 4c944403 [FLINK-31630] Limit max

[flink] branch master updated: [hotfix][Connectors/MongoDB] Using v1.0.0-docs branch for docs build

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer 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 1368542fd68 [hotfix][Connectors/MongoDB] Us

[flink-connector-mongodb] branch main updated: [hotfix][Connectors/MongoDB] Add missing copyright header

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git The following commit(s) were added to refs/heads/main by this push: new 5c5bed1 [hotfix][Connectors/

[flink-connector-mongodb] 01/01: [hotfix][Connectors/MongoDB] Add missing copyright header

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch v1.0.0-docs in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git commit 5e6970f93f6532f91594aff62b3f5a9fbd8dbf79 Author: Danny Cranmer AuthorDate: Mon Apr 3 10:27:1

[flink-connector-mongodb] branch v1.0.0-docs created (now 5e6970f)

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a change to branch v1.0.0-docs in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git at 5e6970f [hotfix][Connectors/MongoDB] Add missing copyright header This branch includes t

[flink] branch master updated (803a4c6454e -> 7d29e1beb72)

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 803a4c6454e [FLINK-31692][Connectors/MongoDB] Integrate MongoDB connector docs into Flink website add 7d29e

[flink] branch master updated: [FLINK-31692][Connectors/MongoDB] Integrate MongoDB connector docs into Flink website

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer 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 803a4c6454e [FLINK-31692][Connectors/MongoD

[flink] branch release-1.16 updated (01cdaee25cd -> 99c025b438a)

2023-04-03 Thread xtsong
This is an automated email from the ASF dual-hosted git repository. xtsong pushed a change to branch release-1.16 in repository https://gitbox.apache.org/repos/asf/flink.git from 01cdaee25cd [FLINK-31690][python] Fix KeyedCoProcessFunction to set the current key into the context add 99

[flink-web] branch asf-site updated: Rebuilt website

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git The following commit(s) were added to refs/heads/asf-site by this push: new 142e3a484 Rebuilt website 142e3a484

[flink-web] branch asf-site updated: AWS Connectors v4.1.0

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git The following commit(s) were added to refs/heads/asf-site by this push: new d38a5526d AWS Connectors v4.1.0 d38

[flink-web] branch asf-site updated: MongoDB v1.0.0

2023-04-03 Thread dannycranmer
This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git The following commit(s) were added to refs/heads/asf-site by this push: new 8db69d02c MongoDB v1.0.0 8db69d02c

[flink] branch release-1.15 updated: [FLINK-27640][Connector/Hive][SQL Client] Exclude Pentaho dependency from Hive to avoid build problems with newer Maven versions. Newer Maven versions block http r

2023-04-03 Thread snuyanzin
This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.15 by this push: new 796b833a210 [FLINK-27640][Connecto

[flink] branch master updated: [FLINK-31656][runtime][security] Obtain delegation tokens early to support external file system usage in blob server

2023-04-03 Thread gyfora
This is an automated email from the ASF dual-hosted git repository. gyfora 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 f3b63b7c962 [FLINK-31656][runtime][security] Obta

[flink-ml] branch master updated: [FLINK-31623] Fix DataStreamUtils#sample with approximate uniform sampling

2023-04-03 Thread zhangzp
This is an automated email from the ASF dual-hosted git repository. zhangzp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-ml.git The following commit(s) were added to refs/heads/master by this push: new fe338b19 [FLINK-31623] Fix DataStreamUtils#sa