[jira] [Created] (FLINK-15432) JDBCOutputFormat add flushInterval just like JDBCUpsertOutputFormat

2019-12-27 Thread xiaodao (Jira)
xiaodao created FLINK-15432: --- Summary: JDBCOutputFormat add flushInterval just like JDBCUpsertOutputFormat Key: FLINK-15432 URL: https://issues.apache.org/jira/browse/FLINK-15432 Project: Flink

[jira] [Created] (FLINK-15431) Add numLateRecordsDropped/lateRecordsDroppedRate/watermarkLatency in CepOperator

2019-12-27 Thread Benchao Li (Jira)
Benchao Li created FLINK-15431: -- Summary: Add numLateRecordsDropped/lateRecordsDroppedRate/watermarkLatency in CepOperator Key: FLINK-15431 URL: https://issues.apache.org/jira/browse/FLINK-15431

[jira] [Created] (FLINK-15430) Fix Java 64K method compiling limitation for blink planner.

2019-12-27 Thread Benchao Li (Jira)
Benchao Li created FLINK-15430: -- Summary: Fix Java 64K method compiling limitation for blink planner. Key: FLINK-15430 URL: https://issues.apache.org/jira/browse/FLINK-15430 Project: Flink

[jira] [Created] (FLINK-15429) read hive table null value of timestamp type will throw an npe

2019-12-27 Thread Terry Wang (Jira)
Terry Wang created FLINK-15429: -- Summary: read hive table null value of timestamp type will throw an npe Key: FLINK-15429 URL: https://issues.apache.org/jira/browse/FLINK-15429 Project: Flink

[jira] [Created] (FLINK-15428) Avro Confluent Schema Registry nightly end-to-end test fails on travis

2019-12-27 Thread Yu Li (Jira)
Yu Li created FLINK-15428: - Summary: Avro Confluent Schema Registry nightly end-to-end test fails on travis Key: FLINK-15428 URL: https://issues.apache.org/jira/browse/FLINK-15428 Project: Flink

[jira] [Created] (FLINK-15427) State TTL RocksDb backend end-to-end test stalls on travis

2019-12-27 Thread Yu Li (Jira)
Yu Li created FLINK-15427: - Summary: State TTL RocksDb backend end-to-end test stalls on travis Key: FLINK-15427 URL: https://issues.apache.org/jira/browse/FLINK-15427 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-15426) TPC-DS end-to-end test (Blink planner) fails on travis

2019-12-27 Thread Yu Li (Jira)
Yu Li created FLINK-15426: - Summary: TPC-DS end-to-end test (Blink planner) fails on travis Key: FLINK-15426 URL: https://issues.apache.org/jira/browse/FLINK-15426 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-15425) update outdated document of Connect to External Systems

2019-12-27 Thread Leonard Xu (Jira)
Leonard Xu created FLINK-15425: -- Summary: update outdated document of Connect to External Systems Key: FLINK-15425 URL: https://issues.apache.org/jira/browse/FLINK-15425 Project: Flink Issue

[jira] [Created] (FLINK-15424) Make all AppendingState#add respect the java doc

2019-12-27 Thread Congxian Qiu(klion26) (Jira)
Congxian Qiu(klion26) created FLINK-15424: - Summary: Make all AppendingState#add respect the java doc Key: FLINK-15424 URL: https://issues.apache.org/jira/browse/FLINK-15424 Project: Flink

What is the suggested way to validate SQL?

2019-12-27 Thread Kaibo Zhou
Hi, As a platform user, I want to integrate Flink SQL with the platform. The usage scenario is:users register table/udf to catalog service, and then write SQL scripts like: "insert into xxx select from xxx" through Web SQLEditor, the platform need to validate the SQL script after each time the

[jira] [Created] (FLINK-15423) Show the detail of submitting job fail

2019-12-27 Thread lining (Jira)
lining created FLINK-15423: -- Summary: Show the detail of submitting job fail Key: FLINK-15423 URL: https://issues.apache.org/jira/browse/FLINK-15423 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-15422) Expose Jvm Metaspace、Compressed Class Space、Eden Space、Survivor Space、Old Gen metric

2019-12-27 Thread lining (Jira)
lining created FLINK-15422: -- Summary: Expose Jvm Metaspace、Compressed Class Space、Eden Space、Survivor Space、Old Gen metric Key: FLINK-15422 URL: https://issues.apache.org/jira/browse/FLINK-15422 Project:

Re: [DISCUSS] FLIP-90: Support SQL 2016-2017 JSON functions in Flink SQL

2019-12-27 Thread Jark Wu
Thanks for looking into the design Hequn. I agree it would be great to have a full story design. For the ON ERROR and ON EMPTY clause in Table API, some initial thoughts in my mind is that we can introduce some new `TableSymbol`s as the second parameter of json function, e.g. `JsonErrorStrategy`.