[flink] branch master updated: [FLINK-31933][core][tests] Remove reflective access

2023-04-28 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay 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 1102fc62b8c [FLINK-31933][core][tests] Remove

[flink] 01/02: [hotfix][API / DataStream] Make remaining tests methods package private.

2023-04-28 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 0997037598f834eaaade38a1945d60b81947e535 Author: Eric Xiao AuthorDate: Wed Apr 26 22:48:12 2023 -0400

[flink] branch master updated (3664609c762 -> 7a1c2b5750d)

2023-04-28 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 3664609c762 [FLINK-31884][table-planner] Fix the issue that upgrade ExecNode to new version causes the old

[flink] 02/02: [FLINK-31873][API / DataStream] Add method setMaxParallelism to DataStreamSink.

2023-04-28 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 7a1c2b5750d9576f09023cf2810ed965072b699e Author: Eric Xiao AuthorDate: Thu Apr 20 16:03:31 2023 -0400

[flink-connector-shared-utils] 01/01: [FLINK-31923][Build System] Allow specifying the branches for which the test needs to be run (default is: main)

2023-04-28 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch allow_branch_specification in repository https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git commit d50be26b732f1ce1534a02623887490468d72eb8 Author: Martijn Visser

[flink-connector-shared-utils] branch allow_branch_specification updated (264470a -> d50be26)

2023-04-28 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a change to branch allow_branch_specification in repository https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git discard 264470a [FLINK-31923][Build System] Allow specifying the branches

[flink-connector-shared-utils] branch allow_branch_specification updated (d94a099 -> 264470a)

2023-04-28 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a change to branch allow_branch_specification in repository https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git discard d94a099 [FLINK-31923][Build System] Allow specifying the branches

[flink-connector-shared-utils] 01/01: [FLINK-31923][Build System] Allow specifying the branches for which the test needs to be run (default is: main)

2023-04-28 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch allow_branch_specification in repository https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git commit 264470aaf8f0c65f2edca7cc6c1faa0f7371b7ee Author: Martijn Visser

[flink-ml] branch master updated: [FLINK-31899] Upgrade Flink version of Flink ML to 1.17.0

2023-04-28 Thread lindong
This is an automated email from the ASF dual-hosted git repository. lindong 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 a5b7b493 [FLINK-31899] Upgrade Flink version

[flink-connector-gcp-pubsub] branch main updated: [hotfix][Documentation] Correct the PubSubSink example. This closes #5

2023-04-28 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git The following commit(s) were added to refs/heads/main by this push: new 73fe434

[flink-connector-hbase] branch main updated: Revert "[FLINK-30360][Connectors/HBase] When specified the partial columns, ignore all empty columns"

2023-04-28 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git The following commit(s) were added to refs/heads/main by this push: new 3ecbef9 Revert

[flink-connector-hbase] 01/01: Revert "[FLINK-30360][Connectors/HBase] When specified the partial columns, ignore all empty columns"

2023-04-28 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch revert-6-bugfix_30360 in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git commit 8fa4b1dc8351edda3454bb55ff1fca54c45d8239 Author: MartijnVisser AuthorDate: Fri Apr

[flink-connector-hbase] branch revert-6-bugfix_30360 created (now 8fa4b1d)

2023-04-28 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a change to branch revert-6-bugfix_30360 in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git at 8fa4b1d Revert "[FLINK-30360][Connectors/HBase] When specified the partial

[flink-connector-hbase] branch main updated: [FLINK-30360][Connectors/HBase] When specified the partial columns, ignore all empty columns

2023-04-28 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git The following commit(s) were added to refs/heads/main by this push: new affc2db

[flink-kubernetes-operator] branch main updated: [FLINK-31885] Trigger event on autoscaler error

2023-04-28 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 41f753fe [FLINK-31885] Trigger

[flink-benchmarks] branch master updated: [hotfix] Fix CI libssl install failures

2023-04-28 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-benchmarks.git The following commit(s) were added to refs/heads/master by this push: new c8cfb71 [hotfix] Fix CI

[flink-benchmarks] 02/03: [FLINK-31925][Benchmarks] Update and sync dependency versions

2023-04-28 Thread pnowojski
This is an automated email from the ASF dual-hosted git repository. pnowojski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git commit 87c425fa5a1628742342089e246b9c8508b03621 Author: Martijn Visser AuthorDate: Mon Apr 24 16:16:58 2023 +0200

[flink-benchmarks] branch master updated (d797583 -> 1790e93)

2023-04-28 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-benchmarks.git from d797583 [FLINK-31561] Add execute permission for regression_report_v2 new 56fefb4

[flink-benchmarks] 03/03: [hotfix] Update `setup-maven` Github Actions workflow to latest version

2023-04-28 Thread pnowojski
This is an automated email from the ASF dual-hosted git repository. pnowojski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git commit 1790e93bc765001b76b34a90ea665cbb662bd044 Author: Martijn Visser AuthorDate: Tue Apr 25 09:57:55 2023 +0200

[flink-benchmarks] 01/03: [FLINK-26910][Benchmarks] Update Protobuf version.

2023-04-28 Thread pnowojski
This is an automated email from the ASF dual-hosted git repository. pnowojski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git commit 56fefb49105b89539642f89e39765424b8dc2d44 Author: Martijn Visser AuthorDate: Mon Apr 24 14:52:01 2023 +0200