[jira] [Created] (FLINK-15127) rename CreateFunctionOperation, DropFunctionOperation, AlterFunctionOperation to CreateCatalogFunctionOperation, DropCatalogFunctionOperation, AlterCatalogFunctionOperat

2019-12-07 Thread Bowen Li (Jira)
Bowen Li created FLINK-15127: Summary: rename CreateFunctionOperation, DropFunctionOperation, AlterFunctionOperation to CreateCatalogFunctionOperation, DropCatalogFunctionOperation, AlterCatalogFunctionOperation Key: FLINK-15127

[jira] [Created] (FLINK-15126) migrate "show functions" from sql cli to sql parser

2019-12-07 Thread Bowen Li (Jira)
Bowen Li created FLINK-15126: Summary: migrate "show functions" from sql cli to sql parser Key: FLINK-15126 URL: https://issues.apache.org/jira/browse/FLINK-15126 Project: Flink Issue Type:

[jira] [Created] (FLINK-15125) PROCTIME() computed column defined in CREATE TABLE doesn't work

2019-12-07 Thread Jark Wu (Jira)
Jark Wu created FLINK-15125: --- Summary: PROCTIME() computed column defined in CREATE TABLE doesn't work Key: FLINK-15125 URL: https://issues.apache.org/jira/browse/FLINK-15125 Project: Flink Issue

[jira] [Created] (FLINK-15124) types with precision can't be executed in sql client with blink planner

2019-12-07 Thread Kurt Young (Jira)
Kurt Young created FLINK-15124: -- Summary: types with precision can't be executed in sql client with blink planner Key: FLINK-15124 URL: https://issues.apache.org/jira/browse/FLINK-15124 Project: Flink

[jira] [Created] (FLINK-15123) remove uniqueKeys from FlinkStatistic in blink planner

2019-12-07 Thread godfrey he (Jira)
godfrey he created FLINK-15123: -- Summary: remove uniqueKeys from FlinkStatistic in blink planner Key: FLINK-15123 URL: https://issues.apache.org/jira/browse/FLINK-15123 Project: Flink Issue

[jira] [Created] (FLINK-15122) Reusing record object in StreamTaskNetworkInput

2019-12-07 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-15122: Summary: Reusing record object in StreamTaskNetworkInput Key: FLINK-15122 URL: https://issues.apache.org/jira/browse/FLINK-15122 Project: Flink Issue Type:

Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-07 Thread Yangze Guo
Thanks for your feedback! @Till Regarding the time overhead, I think it mainly come from the network transmission. For building the image locally, it will totally download 260MB files including the base image and packages. For pulling from DockerHub, the compressed size of the image is 347MB.