[jira] [Created] (FLINK-24689) Add log file's time info in loglist

2021-10-28 Thread Fei Feng (Jira)
Fei Feng created FLINK-24689: Summary: Add log file's time info in loglist Key: FLINK-24689 URL: https://issues.apache.org/jira/browse/FLINK-24689 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-24688) yarn.application-attempt-failures-validity-interval link url is invalid

2021-10-28 Thread baizhendong (Jira)
baizhendong created FLINK-24688: --- Summary: yarn.application-attempt-failures-validity-interval link url is invalid Key: FLINK-24688 URL: https://issues.apache.org/jira/browse/FLINK-24688 Project: Flink

Re: Shading in flink-table-blink and upgrade compatibility issue

2021-10-28 Thread Thomas Weise
Hi Timo, Thanks for the reply, I filed https://issues.apache.org/jira/browse/FLINK-24687 The file connector dependency is via flink-table-common and there are main source references (see below). Thomas [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile

[jira] [Created] (FLINK-24687) flink-table uber jar should not include flink-connector-files dependency

2021-10-28 Thread Thomas Weise (Jira)
Thomas Weise created FLINK-24687: Summary: flink-table uber jar should not include flink-connector-files dependency Key: FLINK-24687 URL: https://issues.apache.org/jira/browse/FLINK-24687 Project:

[jira] [Created] (FLINK-24686) Make doc clear on AsyncFunction::timeout() overriding

2021-10-28 Thread Jun Qin (Jira)
Jun Qin created FLINK-24686: --- Summary: Make doc clear on AsyncFunction::timeout() overriding Key: FLINK-24686 URL: https://issues.apache.org/jira/browse/FLINK-24686 Project: Flink Issue Type:

[jira] [Created] (FLINK-24685) Use the new casting rules in TableResult#print

2021-10-28 Thread Francesco Guardiani (Jira)
Francesco Guardiani created FLINK-24685: --- Summary: Use the new casting rules in TableResult#print Key: FLINK-24685 URL: https://issues.apache.org/jira/browse/FLINK-24685 Project: Flink

[jira] [Created] (FLINK-24684) Port to string casting rules to the new CastRule interface

2021-10-28 Thread Francesco Guardiani (Jira)
Francesco Guardiani created FLINK-24684: --- Summary: Port to string casting rules to the new CastRule interface Key: FLINK-24684 URL: https://issues.apache.org/jira/browse/FLINK-24684 Project:

Re: [DISCUSS] FLIP-189: SQL Client Usability Improvements

2021-10-28 Thread Martijn Visser
Hi Sergey, Thanks for taking the initiative to create a FLIP and propose improvements on the SQL client. All usability improvements on the SQL client are highly appreciated, especially for new users of Flink. Multi-line support is definitely one of those things I've run into myself. I do think

[jira] [Created] (FLINK-24683) Add Support for Azure Synapse Analytics

2021-10-28 Thread Israel Ekpo (Jira)
Israel Ekpo created FLINK-24683: --- Summary: Add Support for Azure Synapse Analytics Key: FLINK-24683 URL: https://issues.apache.org/jira/browse/FLINK-24683 Project: Flink Issue Type:

[jira] [Created] (FLINK-24682) Unify the -C option behavior in both yarn application and per-job mode

2021-10-28 Thread Biao Geng (Jira)
Biao Geng created FLINK-24682: - Summary: Unify the -C option behavior in both yarn application and per-job mode Key: FLINK-24682 URL: https://issues.apache.org/jira/browse/FLINK-24682 Project: Flink

Re: [DISCUSS] Creating an external connector repository

2021-10-28 Thread Stephan Ewen
Thank you all, for the nice discussion! >From my point of view, I very much like the idea of putting connectors in a separate repository. But I would argue it should be part of Apache Flink, similar to flink-statefun, flink-ml, etc. I share many of the reasons for that: - As argued many times,

[jira] [Created] (FLINK-24681) org.apache.kafka.clients.consumer.NoOffsetForPartitionException: Undefined offset with no reset policy for partitions

2021-10-28 Thread qinghuan wang (Jira)
qinghuan wang created FLINK-24681: - Summary: org.apache.kafka.clients.consumer.NoOffsetForPartitionException: Undefined offset with no reset policy for partitions Key: FLINK-24681 URL:

[DISCUSS] FLIP-189: SQL Client Usability Improvements

2021-10-28 Thread Sergey Nuyanzin
Hi all, I want to start a discussion about FLIP-189: SQL Client Usability Improvements. The main changes in this FLIP: - Flink sql client parser improvements so that sql client does not ask for ; inside a quoted string or a comment - use prompt to show what sql client is waiting for -

[jira] [Created] (FLINK-24680) Expose UserCodeClassLoader in OperatorCoordinator.Context for registering release hooks

2021-10-28 Thread Qingsheng Ren (Jira)
Qingsheng Ren created FLINK-24680: - Summary: Expose UserCodeClassLoader in OperatorCoordinator.Context for registering release hooks Key: FLINK-24680 URL: https://issues.apache.org/jira/browse/FLINK-24680

Re: [Discuss] Planning Flink 1.15

2021-10-28 Thread Till Rohrmann
I think it is important that most of the people who contribute new features are available during the testing/stabilization period because otherwise there is a risk that the release gets delayed. Hence +1 for moving the feature freeze to the 6th of February. Cheers, Till On Thu, Oct 28, 2021 at

[jira] [Created] (FLINK-24679) Configuration parsing exceptions may leak sensitive data

2021-10-28 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-24679: Summary: Configuration parsing exceptions may leak sensitive data Key: FLINK-24679 URL: https://issues.apache.org/jira/browse/FLINK-24679 Project: Flink

[jira] [Created] (FLINK-24678) Correct the metric name of map state contains latency

2021-10-28 Thread Yun Tang (Jira)
Yun Tang created FLINK-24678: Summary: Correct the metric name of map state contains latency Key: FLINK-24678 URL: https://issues.apache.org/jira/browse/FLINK-24678 Project: Flink Issue Type:

Re: [DISCUSS] FLIP-188: Introduce Built-in Dynamic Table Storage

2021-10-28 Thread Jingsong Li
Hi all, I updated FLIP based on your feedback: 1. Introduce interfaces: GenericCatalog, ManagedTableFactory, TableDescriptor.forManaged 2. Introduce log.scan.startup.mode (default initial) to Hybrid source. 3. Add description to miss dropped table. Best, Jingsong On Mon, Oct 25, 2021 at 3:39