[jira] [Created] (FLINK-31223) sql-client.sh fails to start with ssl enabled

2023-02-24 Thread macdoor615 (Jira)
macdoor615 created FLINK-31223: -- Summary: sql-client.sh fails to start with ssl enabled Key: FLINK-31223 URL: https://issues.apache.org/jira/browse/FLINK-31223 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-31222) Remove usage of deprecated ConverterUtils.toApplicationId

2023-02-24 Thread Shilun Fan (Jira)
Shilun Fan created FLINK-31222: -- Summary: Remove usage of deprecated ConverterUtils.toApplicationId Key: FLINK-31222 URL: https://issues.apache.org/jira/browse/FLINK-31222 Project: Flink Issue

[jira] [Created] (FLINK-31221) Fix Typo in YarnConfigOptions

2023-02-24 Thread Shilun Fan (Jira)
Shilun Fan created FLINK-31221: -- Summary: Fix Typo in YarnConfigOptions Key: FLINK-31221 URL: https://issues.apache.org/jira/browse/FLINK-31221 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-31220) Replace Pod with PodTemplateSpec for the pod template properties

2023-02-24 Thread Gyula Fora (Jira)
Gyula Fora created FLINK-31220: -- Summary: Replace Pod with PodTemplateSpec for the pod template properties Key: FLINK-31220 URL: https://issues.apache.org/jira/browse/FLINK-31220 Project: Flink

[jira] [Created] (FLINK-31219) Add support for canary resources

2023-02-24 Thread Gyula Fora (Jira)
Gyula Fora created FLINK-31219: -- Summary: Add support for canary resources Key: FLINK-31219 URL: https://issues.apache.org/jira/browse/FLINK-31219 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-31218) Improve health probe to recognize informers already failed at start

2023-02-24 Thread Gyula Fora (Jira)
Gyula Fora created FLINK-31218: -- Summary: Improve health probe to recognize informers already failed at start Key: FLINK-31218 URL: https://issues.apache.org/jira/browse/FLINK-31218 Project: Flink

[jira] [Created] (FLINK-31217) Update netty to current

2023-02-24 Thread Morey Straus (Jira)
Morey Straus created FLINK-31217: Summary: Update netty to current Key: FLINK-31217 URL: https://issues.apache.org/jira/browse/FLINK-31217 Project: Flink Issue Type: Technical Debt

[jira] [Created] (FLINK-31216) Update kryo to current

2023-02-24 Thread Morey Straus (Jira)
Morey Straus created FLINK-31216: Summary: Update kryo to current Key: FLINK-31216 URL: https://issues.apache.org/jira/browse/FLINK-31216 Project: Flink Issue Type: Technical Debt

[jira] [Created] (FLINK-31215) Backpropagate processing rate limits from non-scalable bottlenecks to upstream operators

2023-02-24 Thread Gyula Fora (Jira)
Gyula Fora created FLINK-31215: -- Summary: Backpropagate processing rate limits from non-scalable bottlenecks to upstream operators Key: FLINK-31215 URL: https://issues.apache.org/jira/browse/FLINK-31215

[jira] [Created] (FLINK-31214) Add support for new command line option -py.pythonpath

2023-02-24 Thread Samrat Deb (Jira)
Samrat Deb created FLINK-31214: -- Summary: Add support for new command line option -py.pythonpath Key: FLINK-31214 URL: https://issues.apache.org/jira/browse/FLINK-31214 Project: Flink Issue

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-24 Thread Ran Tao
Thanks John. It seems that most people prefer the information_schema implementation. information_schema does have more benefits (however, the show operation is also an option and supplement). Otherwise, the sql syntax and keywords may be changed frequently. Of course, it will be more complicated

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-24 Thread John Roesler
Hello Ran, Thanks for the FLIP! Do you mind if we revisit the topic of doing this by adding an Information schema? The SHOW approach requires modifying the parser/language for every gap we identify. On the flip side, an Information schema is much easier to discover and remember how to use,

[jira] [Created] (FLINK-31213) Aggregation merge engine supports retract inputs

2023-02-24 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-31213: Summary: Aggregation merge engine supports retract inputs Key: FLINK-31213 URL: https://issues.apache.org/jira/browse/FLINK-31213 Project: Flink Issue Type:

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-24 Thread Sergey Nuyanzin
thanks for explanation >But it's not clear to me what exactly > you want to display? Is it the name of the plugin? I was thinking about name, type (source/sink) and may be version (not sure if it's possible right now) On Fri, Feb 24, 2023 at 12:46 PM Ran Tao wrote: > Hi, Sergey. thanks. first

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-24 Thread Ran Tao
Hi, Sergey. thanks. first step we can support filtering for show operations in this FLIP try to align other engines. If we want to support describe other objects, of course we need to design how to get these metadatas or informations and printAsStyle. (So it maybe need another FLIP for more

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-24 Thread Sergey Nuyanzin
Thanks for driving the FLIP I have a couple of questions Am I right that INFORMATION_SCHEMA mentioned by Timo[1] is out of scope of this FLIP? I noticed there are some support of it in Spark[2]/Hive[3]/Snowflake[4] and others Does it make sense to add support for connectors e.g. show

[jira] [Created] (FLINK-31212) Data lost if window group after interval left join

2023-02-24 Thread Lyn Zhang (Jira)
Lyn Zhang created FLINK-31212: - Summary: Data lost if window group after interval left join Key: FLINK-31212 URL: https://issues.apache.org/jira/browse/FLINK-31212 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-31211) Flink chk files not delete automic after 1.13

2023-02-24 Thread leo.zhi (Jira)
leo.zhi created FLINK-31211: --- Summary: Flink chk files not delete automic after 1.13 Key: FLINK-31211 URL: https://issues.apache.org/jira/browse/FLINK-31211 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-31210) Azure Pipelines report warning on "no space left on device" in Restore Docker images step

2023-02-24 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-31210: - Summary: Azure Pipelines report warning on "no space left on device" in Restore Docker images step Key: FLINK-31210 URL: https://issues.apache.org/jira/browse/FLINK-31210

[jira] [Created] (FLINK-31209) Introduce creation time to files table

2023-02-24 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-31209: Summary: Introduce creation time to files table Key: FLINK-31209 URL: https://issues.apache.org/jira/browse/FLINK-31209 Project: Flink Issue Type: New