[jira] [Created] (FLINK-26919) Table API program compiles field with "Cannot resolve field [a], input field list:[EXPR$0]"

2022-03-29 Thread Dian Fu (Jira)
Dian Fu created FLINK-26919: --- Summary: Table API program compiles field with "Cannot resolve field [a], input field list:[EXPR$0]" Key: FLINK-26919 URL: https://issues.apache.org/jira/browse/FLINK-26919

Re: Re: [VOTE] FLIP-173: Support DAG of algorithms

2022-03-29 Thread Dong Lin
Hi everyone, We (Jiangjie Qin, Yun Gao, Zhipeng Zhang, Weibo Zhao, Yunfeng Zhou and myself) would like to make the following minor API change to this FLIP. We will update Stage's Java doc to say the following, which changed the load(..) first parameter type from StreamExecutionEnvironment to

[jira] [Created] (FLINK-26918) Add documentation build to Github Actions

2022-03-29 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-26918: Summary: Add documentation build to Github Actions Key: FLINK-26918 URL: https://issues.apache.org/jira/browse/FLINK-26918 Project: Flink Issue Type:

Re: [VOTE] Apache Flink Kubernetes Operator Release 0.1.0, release candidate #2

2022-03-29 Thread Gyula Fóra
Hi Devs, I just want to give you heads up regarding a significant issue Matyas found around the last-state upgrade mode: https://issues.apache.org/jira/browse/FLINK-26916 Long story short, the last-state mode does not actually upgrade the job, only the job/taskmanagers. The fix is non-trivial to

[jira] [Created] (FLINK-26917) Enforce Kubernetes HA during validation for last-state mode

2022-03-29 Thread Gyula Fora (Jira)
Gyula Fora created FLINK-26917: -- Summary: Enforce Kubernetes HA during validation for last-state mode Key: FLINK-26917 URL: https://issues.apache.org/jira/browse/FLINK-26917 Project: Flink

[jira] [Created] (FLINK-26916) The Operator Ignores job related changes (jar, parallelism) during last-state upgrades

2022-03-29 Thread Matyas Orhidi (Jira)
Matyas Orhidi created FLINK-26916: - Summary: The Operator Ignores job related changes (jar, parallelism) during last-state upgrades Key: FLINK-26916 URL: https://issues.apache.org/jira/browse/FLINK-26916

[jira] [Created] (FLINK-26915) Extend the Reconciler and Observer interface

2022-03-29 Thread Aitozi (Jira)
Aitozi created FLINK-26915: -- Summary: Extend the Reconciler and Observer interface Key: FLINK-26915 URL: https://issues.apache.org/jira/browse/FLINK-26915 Project: Flink Issue Type: Improvement

Re: [VOTE] Apache Flink Kubernetes Operator Release 0.1.0, release candidate #2

2022-03-29 Thread Chenya Zhang
+1 non-binding, thanks for the great efforts and look forward to the release! Chenya On Tue, Mar 29, 2022 at 2:10 AM Gyula Fóra wrote: > Hi everyone, > > Please review and vote on the release candidate #2 for the version 0.1.0 of > Apache Flink Kubernetes Operator, > as follows: > [ ] +1,

Re: [DISCUSS] FLIP-193: Snapshots ownership

2022-03-29 Thread Dawid Wysakowicz
Ad. 1 What do you mean here? It will be deleted once the new job created `state.checkpoints.num-retained` checkpoints and the original one is not needed anymore. This is expected. The way CLAIM works is basically that the restored checkpoint is subject to regular Flink's cleaning procedure.

Re: Re: 回复:Re:[DISCUSS] FLIP-214 Support Advanced Function DDL

2022-03-29 Thread 刘大龙
> -原始邮件- > 发件人: "Timo Walther" > 发送时间: 2022-03-24 17:09:38 (星期四) > 收件人: dev@flink.apache.org > 抄送: > 主题: Re: 回复:Re:[DISCUSS] FLIP-214 Support Advanced Function DDL > > Hi Ron, > > thanks for opening this discussion and proposing a FLIP. This feature > has been requested multiple

Re: Re: Re: 回复:Re:[DISCUSS] FLIP-214 Support Advanced Function DDL

2022-03-29 Thread 刘大龙
> -原始邮件- > 发件人: "Martijn Visser" > 发送时间: 2022-03-24 16:18:14 (星期四) > 收件人: dev > 抄送: > 主题: Re: Re: 回复:Re:[DISCUSS] FLIP-214 Support Advanced Function DDL > > Hi Ron, > > Thanks for creating the FLIP. You're talking about both local and remote > resources. With regards to remote

[jira] [Created] (FLINK-26914) Notice files improvements in flink-kubernetes-operator

2022-03-29 Thread Yang Wang (Jira)
Yang Wang created FLINK-26914: - Summary: Notice files improvements in flink-kubernetes-operator Key: FLINK-26914 URL: https://issues.apache.org/jira/browse/FLINK-26914 Project: Flink Issue Type:

Re: FLIP-216 Decouple Hive connector with Flink planner

2022-03-29 Thread Francesco Guardiani
As there was already a discussion in the doc, I'll just summarize my opinions here on the proposed execution of this FLIP. I think we should rather avoid exposing internal details, which I consider Calcite to be part of, but rather reuse what we already have to define an AST from Table API, which

[jira] [Created] (FLINK-26913) Add ITCase for computed column and watermark

2022-03-29 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-26913: Summary: Add ITCase for computed column and watermark Key: FLINK-26913 URL: https://issues.apache.org/jira/browse/FLINK-26913 Project: Flink Issue Type:

[jira] [Created] (FLINK-26912) EventTimeWindowCheckpointingITCase.testTumblingTimeWindow failed on azure

2022-03-29 Thread Roman Khachatryan (Jira)
Roman Khachatryan created FLINK-26912: - Summary: EventTimeWindowCheckpointingITCase.testTumblingTimeWindow failed on azure Key: FLINK-26912 URL: https://issues.apache.org/jira/browse/FLINK-26912

[jira] [Created] (FLINK-26911) Introduce parallelism setter for table store

2022-03-29 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-26911: Summary: Introduce parallelism setter for table store Key: FLINK-26911 URL: https://issues.apache.org/jira/browse/FLINK-26911 Project: Flink Issue Type:

Re: [DISCUSS] FLIP-193: Snapshots ownership

2022-03-29 Thread Hangxiang Yu
Hi, I found old checkpoints will not be deleted in claim mode in two cases: 1. set state.checkpoints.num-retained to num bigger than 1 2. restore from legacy mode which produces some retained checkpoints In above cases, we only claim the last checkpoint in the claim mode so that only the last

[jira] [Created] (FLINK-26910) flink-benchmarks build fails on Apple M1 silicon

2022-03-29 Thread Sebastian Mattheis (Jira)
Sebastian Mattheis created FLINK-26910: -- Summary: flink-benchmarks build fails on Apple M1 silicon Key: FLINK-26910 URL: https://issues.apache.org/jira/browse/FLINK-26910 Project: Flink

[VOTE] Apache Flink Kubernetes Operator Release 0.1.0, release candidate #2

2022-03-29 Thread Gyula Fóra
Hi everyone, Please review and vote on the release candidate #2 for the version 0.1.0 of Apache Flink Kubernetes Operator, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) **Release Overview** As an overview, the release consists of

[jira] [Created] (FLINK-26909) Support AdaptiveBatch when parallelism is -1 from Cli

2022-03-29 Thread Liu (Jira)
Liu created FLINK-26909: --- Summary: Support AdaptiveBatch when parallelism is -1 from Cli Key: FLINK-26909 URL: https://issues.apache.org/jira/browse/FLINK-26909 Project: Flink Issue Type: Improvement

Re: [VOTE] Apache Flink Kubernetes Operator Release 0.1.0, release candidate #1

2022-03-29 Thread Gyula Fóra
Hi devs, I am cancelling this vote, and will prepare a new RC with the notice fixes included. Thanks, Gyula On Tue, Mar 29, 2022 at 7:42 AM Gyula Fóra wrote: > Thank you all for the input, let’s consider this a blocker. > > As soon as we have the NOTICE fix , I will prepare the new RC. > >

[jira] [Created] (FLINK-26908) HA job cannot to restarting

2022-03-29 Thread WangMinChao (Jira)
WangMinChao created FLINK-26908: --- Summary: HA job cannot to restarting Key: FLINK-26908 URL: https://issues.apache.org/jira/browse/FLINK-26908 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-26907) RMQSourceITCase failed on azure due to ContainerLaunchException: Container startup failed

2022-03-29 Thread Yun Gao (Jira)
Yun Gao created FLINK-26907: --- Summary: RMQSourceITCase failed on azure due to ContainerLaunchException: Container startup failed Key: FLINK-26907 URL: https://issues.apache.org/jira/browse/FLINK-26907

[jira] [Created] (FLINK-26906) Spelling error for AdaptiveBatch in elastic_scaling.md

2022-03-29 Thread Liu (Jira)
Liu created FLINK-26906: --- Summary: Spelling error for AdaptiveBatch in elastic_scaling.md Key: FLINK-26906 URL: https://issues.apache.org/jira/browse/FLINK-26906 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-26905) Re-add FlinkDeploymentList and FlinkSessionJobList classes

2022-03-29 Thread Gyula Fora (Jira)
Gyula Fora created FLINK-26905: -- Summary: Re-add FlinkDeploymentList and FlinkSessionJobList classes Key: FLINK-26905 URL: https://issues.apache.org/jira/browse/FLINK-26905 Project: Flink Issue

[jira] [Created] (FLINK-26904) Update load(...) of all Stage subclasses to use StreamTableEnvironment

2022-03-29 Thread Dong Lin (Jira)
Dong Lin created FLINK-26904: Summary: Update load(...) of all Stage subclasses to use StreamTableEnvironment Key: FLINK-26904 URL: https://issues.apache.org/jira/browse/FLINK-26904 Project: Flink