[jira] [Created] (FLINK-24624) Add clean up phase when kubernetes session start failed

2021-10-24 Thread Aitozi (Jira)
Aitozi created FLINK-24624: -- Summary: Add clean up phase when kubernetes session start failed Key: FLINK-24624 URL: https://issues.apache.org/jira/browse/FLINK-24624 Project: Flink Issue Type: Impro

[jira] [Created] (FLINK-24625) Expose the required kubernetes permission from the shell command

2021-10-24 Thread Aitozi (Jira)
Aitozi created FLINK-24625: -- Summary: Expose the required kubernetes permission from the shell command Key: FLINK-24625 URL: https://issues.apache.org/jira/browse/FLINK-24625 Project: Flink Issue T

[jira] [Created] (FLINK-24626) Flink JDBC Sink may lose data in retract stream

2021-10-24 Thread Kenyore (Jira)
Kenyore created FLINK-24626: --- Summary: Flink JDBC Sink may lose data in retract stream Key: FLINK-24626 URL: https://issues.apache.org/jira/browse/FLINK-24626 Project: Flink Issue Type: Bug

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

2021-10-24 Thread Jingsong Li
Hi Ingo, I thought again. I'll try to sort out the current catalog behaviors. Actually, we can divide catalogs into three categories: 1. ExternalCatalog: it can only read or create a single table kind which connects to external storage. TableFactory is provided by Catalog, which can have nothing

[jira] [Created] (FLINK-24627) Add some generic junit5 extensions to replace junit4 rules

2021-10-24 Thread Hang Ruan (Jira)
Hang Ruan created FLINK-24627: - Summary: Add some generic junit5 extensions to replace junit4 rules Key: FLINK-24627 URL: https://issues.apache.org/jira/browse/FLINK-24627 Project: Flink Issue Ty

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

2021-10-24 Thread Ingo Bürk
Hi Jingsong, thanks again for the answers. I think requiring catalogs to implement an interface to support BDTs is something we'll need (though personally I still prefer explicit DDL here over the "no connector option" approach). What about more edge cases like CREATE TABLE T (f0 INT); ALTER TAB