[RESULT] [VOTE] Release 1.16.3, release candidate #1

2023-11-26 Thread Rui Fan
I'm happy to announce that we have unanimously approved this release. There are 11 approving votes, 3 of which are binding: - Yun Tang - Rui Fan - Matthias Pohl (binding) - Leonard Xu(binding) - Sergey Nuyanzin - Jiabao Sun - Hang Ruan - Feng Jin - Jing Ge - Martijn Visser (binding) - Lincoln

Re: [VOTE] Release 1.16.3, release candidate #1

2023-11-26 Thread Rui Fan
Thanks Lincoln for the quick response! And closing this vote thread, results will be announced in a separate email. Many thanks to everyone for helping check! Best, Rui On Mon, Nov 27, 2023 at 3:41 PM Lincoln Lee wrote: > Hi Rui, > > Thanks for your quick response and sorry for the false

Re: [VOTE] Release 1.16.3, release candidate #1

2023-11-26 Thread Lincoln Lee
Hi Rui, Thanks for your quick response and sorry for the false alarm, all the three failures are caused by the testing environment(a high version of cluster was left in the test environment and interfered with the test, after I reset the env, all tests looked good). So retract my previous -1

Re: [VOTE] Release 1.16.3, release candidate #1

2023-11-26 Thread Rui Fan
Hey Lincoln, Thanks for your testing and feedback, and I tried it locally with jdk8. 1. start standalone cluster (bin/start-cluster.sh) 2. Run all your sql, everything works fine except the last SQL. Last sql: SELECT IF(k > 3, 'true', 'false'), k from t1; It reports exception: [ERROR] Could

Re: [VOTE] Release 1.16.3, release candidate #1

2023-11-26 Thread Lincoln Lee
-1 (not-binding) Started SQL Client, used datagen source to verify the fixed SQL issues, but FLINK-33010, FLINK-30966, FLINK-31967 still got NPE, not sure how much extra work it would take to fix them at this point, also calcite in 1.16 is 3 versions lower than 1.17, so I suggest revert and

Re: [DISCUSS] Contribute Flink Doris Connector to the Flink community

2023-11-26 Thread Jing Ge
That sounds great! +1 Best regards Jing On Mon, Nov 27, 2023 at 3:38 AM Leonard Xu wrote: > Thanks wudi for kicking off the discussion, > > +1 for the idea from my side. > > A FLIP like Yun posted is required if no other objections. > > Best, > Leonard > > > 2023年11月26日 下午6:22,wudi

Re: [DISCUSS] FLIP-395: Deprecate Global Aggregator Manager

2023-11-26 Thread Benchao Li
+1 for the idea. Currently OperatorCoordinator is still marked as @Internal, shouldn't it be a public API already? Besides, GlobalAggregatorManager supports coordination between different operators, but OperatorCoordinator only supports coordination within one operator. And CoordinatorStore

[jira] [Created] (FLINK-33656) If json.ignose-parse-errors =true is configured and Array parsing errors occur, other columns will be empty

2023-11-26 Thread duke (Jira)
duke created FLINK-33656: Summary: If json.ignose-parse-errors =true is configured and Array parsing errors occur, other columns will be empty Key: FLINK-33656 URL: https://issues.apache.org/jira/browse/FLINK-33656

Re: [VOTE] Apache Flink Kafka Connectors v3.0.2, RC #1

2023-11-26 Thread Leonard Xu
+1 (binding) - checked the flink-connector-base dependency scope has been changed to provided - built from source code succeeded - verified signatures - verified hashsums - checked the contents contains jar and pom files in apache repo - checked Github release tag - checked release notes -

Re: [DISCUSS] FLIP-395: Deprecate Global Aggregator Manager

2023-11-26 Thread Weihua Hu
Thanks Zhanghao for driving this FLIP. +1 for this. Best, Weihua On Mon, Nov 20, 2023 at 5:49 PM Zhanghao Chen wrote: > Hi all, > > I'd like to start a discussion of FLIP-395: Deprecate Global Aggregator > Manager [1]. > > Global Aggregate Manager was introduced in [2] to support event time

Re: [DISCUSS] Contribute Flink Doris Connector to the Flink community

2023-11-26 Thread Leonard Xu
Thanks wudi for kicking off the discussion, +1 for the idea from my side. A FLIP like Yun posted is required if no other objections. Best, Leonard > 2023年11月26日 下午6:22,wudi <676366...@qq.com.INVALID> 写道: > > Hi all, > > At present, Flink Connector and Flink's repository have been

Re: [DISCUSS] Contribute Flink Doris Connector to the Flink community

2023-11-26 Thread Jingsong Li
+1 for this On Mon, Nov 27, 2023 at 10:26 AM Yun Tang wrote: > > Hi, Di.Wu > > Thanks for creating this discussion. The Apache Doris community might have > the most active contributors in ASF this year, and since I also contributed > to doris-flink-connector before, I'm very glad to see this

Re: [DISCUSS] Contribute Flink Doris Connector to the Flink community

2023-11-26 Thread Yun Tang
Hi, Di.Wu Thanks for creating this discussion. The Apache Doris community might have the most active contributors in ASF this year, and since I also contributed to doris-flink-connector before, I'm very glad to see this contribution to make the two communities work closer. I'm +1 for this

[jira] [Created] (FLINK-33655) ScalaSerializersMigrationTest#testStableAnonymousClassnameGeneration fails with jdk21

2023-11-26 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-33655: --- Summary: ScalaSerializersMigrationTest#testStableAnonymousClassnameGeneration fails with jdk21 Key: FLINK-33655 URL: https://issues.apache.org/jira/browse/FLINK-33655

[jira] [Created] (FLINK-33654) deprecate DummyStreamExecutionEnvironment

2023-11-26 Thread Jing Ge (Jira)
Jing Ge created FLINK-33654: --- Summary: deprecate DummyStreamExecutionEnvironment Key: FLINK-33654 URL: https://issues.apache.org/jira/browse/FLINK-33654 Project: Flink Issue Type: Improvement

Re: [VOTE] Release flink-connector-aws, v4.2.0 release candidate #1

2023-11-26 Thread Ahmed Hamdy
Hi Danny +1 (non-binding) - Verified signatures and checksums - verified no binaries exists in archive - built source - reviewed web PR - Ran E2E example with Kinesis, Firehose & DynamoDB datastream connectors. Best Regards Ahmed Hamdy On Fri, 24 Nov 2023 at 08:38, Martijn Visser wrote: >

[DISCUSS] Contribute Flink Doris Connector to the Flink community

2023-11-26 Thread wudi
Hi all, At present, Flink Connector and Flink's repository have been decoupled[1]. At the same time, the Flink-Doris-Connector[3] has been maintained based on the Apache Doris[2] community. I think the Flink Doris Connector can be migrated to the Flink community because it It is part of Flink

[jira] [Created] (FLINK-33653) Introduce a benchmark for balanced tasks scheduling

2023-11-26 Thread RocMarshal (Jira)
RocMarshal created FLINK-33653: -- Summary: Introduce a benchmark for balanced tasks scheduling Key: FLINK-33653 URL: https://issues.apache.org/jira/browse/FLINK-33653 Project: Flink Issue Type:

[jira] [Created] (FLINK-33652) First Steps documentation is having empty page link

2023-11-26 Thread Pranav Sharma (Jira)
Pranav Sharma created FLINK-33652: - Summary: First Steps documentation is having empty page link Key: FLINK-33652 URL: https://issues.apache.org/jira/browse/FLINK-33652 Project: Flink Issue

Re: [VOTE] Apache Flink Kafka Connectors v3.0.2, RC #1

2023-11-26 Thread Jing Ge
+1 (non-binding) - verified signature and hash - checked repo - checked tag, BTW, the tag link at [5] should be https://github.com/apache/flink-connector-kafka/releases/tag/v3.0.2-rc1 - verified source archives do not contains any binaries - build source maven 3.8.6 and jdk11 - verified web PR