[GitHub] [flink] flinkbot edited a comment on issue #9929: [BP-1.9][FLINK-12122] Add support for spreading slots out across all TaskExecutors

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9929: [BP-1.9][FLINK-12122] Add support for spreading slots out across all TaskExecutors URL: https://github.com/apache/flink/pull/9929#issuecomment-543216984 ## CI report: * 54c386c5c9e0e45bf8d44a0acf6b6c778c36441c : PENDING [Build](https://t

[jira] [Updated] (FLINK-5413) Convert TableEnvironmentITCases to unit tests

2019-10-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-5413: -- Labels: pull-request-available (was: ) > Convert TableEnvironmentITCases to unit tests > -

[GitHub] [flink] flinkbot edited a comment on issue #9928: [FLINK-12122] Add support for spreading slots out across all TaskExecutors

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9928: [FLINK-12122] Add support for spreading slots out across all TaskExecutors URL: https://github.com/apache/flink/pull/9928#issuecomment-543204040 ## CI report: * 1f0eed38301790afdbbd981d2a9853fa240e10df : FAILURE [Build](https://travis-ci

[GitHub] [flink] twalthr closed pull request #3565: [FLINK-5413] [table] Convert TableEnvironmentITCases to unit tests

2019-10-17 Thread GitBox
twalthr closed pull request #3565: [FLINK-5413] [table] Convert TableEnvironmentITCases to unit tests URL: https://github.com/apache/flink/pull/3565 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [flink] twalthr commented on issue #3565: [FLINK-5413] [table] Convert TableEnvironmentITCases to unit tests

2019-10-17 Thread GitBox
twalthr commented on issue #3565: [FLINK-5413] [table] Convert TableEnvironmentITCases to unit tests URL: https://github.com/apache/flink/pull/3565#issuecomment-543228746 This PR is not relevant anymore as the old planner is replaced by the new Blink planner. I will close this PR and the c

[GitHub] [flink] flinkbot edited a comment on issue #9918: [Flink-14370] Debugging KafkaProducer failures

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9918: [Flink-14370] Debugging KafkaProducer failures URL: https://github.com/apache/flink/pull/9918#issuecomment-542836528 ## CI report: * 7785824dd3e7df011aff20426b7ff3d5ee908fbc : FAILURE [Build](https://travis-ci.com/flink-ci/flink/builds/1

[GitHub] [flink] flinkbot edited a comment on issue #9916: [FLINK-14408][Table-Planner]UDF's open method is invoked to initialize when sql is optimized in oldPlanner

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9916: [FLINK-14408][Table-Planner]UDF's open method is invoked to initialize when sql is optimized in oldPlanner URL: https://github.com/apache/flink/pull/9916#issuecomment-542764294 ## CI report: * cd122b399a8dc12c3c604d7db6dea012ee7c0c7f : SU

[GitHub] [flink] flinkbot edited a comment on issue #9900: [FLINK-14366][tests] Annotate MiniCluster tests in flink-tests with AlsoRunWithSchedulerNG

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9900: [FLINK-14366][tests] Annotate MiniCluster tests in flink-tests with AlsoRunWithSchedulerNG URL: https://github.com/apache/flink/pull/9900#issuecomment-542033352 ## CI report: * a69bbc4f6eb0eac5509a989ebd5a4f31d8b028d6 : FAILURE [Build](h

[GitHub] [flink] flinkbot commented on issue #9930: [FLINK-12848][table] Fix invalid row type caching

2019-10-17 Thread GitBox
flinkbot commented on issue #9930: [FLINK-12848][table] Fix invalid row type caching URL: https://github.com/apache/flink/pull/9930#issuecomment-543227145 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request.

[GitHub] [flink] twalthr opened a new pull request #9930: [FLINK-12848][table] Fix invalid row type caching

2019-10-17 Thread GitBox
twalthr opened a new pull request #9930: [FLINK-12848][table] Fix invalid row type caching URL: https://github.com/apache/flink/pull/9930 ## What is the purpose of the change This PR fixes a critical bug related to the lookup of rows with same types but different field names. We avo

[jira] [Created] (FLINK-14441) Fix ValueLiteralExpression#getValueAs when valueClass is Period.class

2019-10-17 Thread hailong wang (Jira)
hailong wang created FLINK-14441: Summary: Fix ValueLiteralExpression#getValueAs when valueClass is Period.class Key: FLINK-14441 URL: https://issues.apache.org/jira/browse/FLINK-14441 Project: Flink

[GitHub] [flink] flinkbot edited a comment on issue #9255: [FLINK-13034] Introduce isEmpty method for MapState

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9255: [FLINK-13034] Introduce isEmpty method for MapState URL: https://github.com/apache/flink/pull/9255#issuecomment-515870480 ## CI report: * de863750b7262d091d2e7dd82767b8f9b2e2c52a : SUCCESS [Build](https://travis-ci.com/flink-ci/flink/bui

[GitHub] [flink] flinkbot edited a comment on issue #9884: [FLINK-14266][table] Introduce RowCsvInputFormat to new CSV module

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9884: [FLINK-14266][table] Introduce RowCsvInputFormat to new CSV module URL: https://github.com/apache/flink/pull/9884#issuecomment-541276093 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to r

[GitHub] [flink] twalthr commented on a change in pull request #9884: [FLINK-14266][table] Introduce RowCsvInputFormat to new CSV module

2019-10-17 Thread GitBox
twalthr commented on a change in pull request #9884: [FLINK-14266][table] Introduce RowCsvInputFormat to new CSV module URL: https://github.com/apache/flink/pull/9884#discussion_r336064018 ## File path: flink-formats/flink-csv/src/test/java/org/apache/flink/formats/csv/RowCsvInputF

[GitHub] [flink] twalthr commented on a change in pull request #9884: [FLINK-14266][table] Introduce RowCsvInputFormat to new CSV module

2019-10-17 Thread GitBox
twalthr commented on a change in pull request #9884: [FLINK-14266][table] Introduce RowCsvInputFormat to new CSV module URL: https://github.com/apache/flink/pull/9884#discussion_r336062841 ## File path: flink-formats/flink-csv/src/test/java/org/apache/flink/formats/csv/RowCsvInputF

[GitHub] [flink] twalthr commented on a change in pull request #9884: [FLINK-14266][table] Introduce RowCsvInputFormat to new CSV module

2019-10-17 Thread GitBox
twalthr commented on a change in pull request #9884: [FLINK-14266][table] Introduce RowCsvInputFormat to new CSV module URL: https://github.com/apache/flink/pull/9884#discussion_r336061142 ## File path: flink-formats/flink-csv/src/main/java/org/apache/flink/formats/csv/RowCsvInputF

[GitHub] [flink] flinkbot edited a comment on issue #9921: [FLINK-14130][client] Remove ClusterClient.run() methods

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9921: [FLINK-14130][client] Remove ClusterClient.run() methods URL: https://github.com/apache/flink/pull/9921#issuecomment-543089913 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your

[GitHub] [flink] flinkbot edited a comment on issue #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts URL: https://github.com/apache/flink/pull/9778#issuecomment-535430586 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot

[GitHub] [flink] GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts

2019-10-17 Thread GitBox
GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts URL: https://github.com/apache/flink/pull/9778#discussion_r336061177 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/

[GitHub] [flink] GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts

2019-10-17 Thread GitBox
GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts URL: https://github.com/apache/flink/pull/9778#discussion_r336055383 ## File path: flink-runtime/src/test/java/org/apache/flink/runtime/

[GitHub] [flink] aljoscha commented on a change in pull request #9921: [FLINK-14130][client] Remove ClusterClient.run() methods

2019-10-17 Thread GitBox
aljoscha commented on a change in pull request #9921: [FLINK-14130][client] Remove ClusterClient.run() methods URL: https://github.com/apache/flink/pull/9921#discussion_r336060677 ## File path: flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontend.java ## @@

[GitHub] [flink] GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts

2019-10-17 Thread GitBox
GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts URL: https://github.com/apache/flink/pull/9778#discussion_r336048716 ## File path: flink-runtime/src/test/java/org/apache/flink/runtime/

[GitHub] [flink] aljoscha commented on a change in pull request #9921: [FLINK-14130][client] Remove ClusterClient.run() methods

2019-10-17 Thread GitBox
aljoscha commented on a change in pull request #9921: [FLINK-14130][client] Remove ClusterClient.run() methods URL: https://github.com/apache/flink/pull/9921#discussion_r336060375 ## File path: flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java ###

[GitHub] [flink] GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts

2019-10-17 Thread GitBox
GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts URL: https://github.com/apache/flink/pull/9778#discussion_r336058791 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/

[GitHub] [flink] GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts

2019-10-17 Thread GitBox
GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts URL: https://github.com/apache/flink/pull/9778#discussion_r336055383 ## File path: flink-runtime/src/test/java/org/apache/flink/runtime/

[GitHub] [flink] GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts

2019-10-17 Thread GitBox
GJL commented on a change in pull request #9778: [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts URL: https://github.com/apache/flink/pull/9778#discussion_r336027927 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/

[GitHub] [flink] flinkbot edited a comment on issue #9916: [FLINK-14408][Table-Planner]UDF's open method is invoked to initialize when sql is optimized in oldPlanner

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9916: [FLINK-14408][Table-Planner]UDF's open method is invoked to initialize when sql is optimized in oldPlanner URL: https://github.com/apache/flink/pull/9916#issuecomment-542755222 Thanks a lot for your contribution to the Apache Flink project. I'm the

[GitHub] [flink] flinkbot commented on issue #9929: [BP-1.9][FLINK-12122] Add support for spreading slots out across all TaskExecutors

2019-10-17 Thread GitBox
flinkbot commented on issue #9929: [BP-1.9][FLINK-12122] Add support for spreading slots out across all TaskExecutors URL: https://github.com/apache/flink/pull/9929#issuecomment-543216984 ## CI report: * 54c386c5c9e0e45bf8d44a0acf6b6c778c36441c : UNKNOWN Bot commands

[GitHub] [flink] flinkbot edited a comment on issue #9927: [FLINK-14397][hive] Failed to run Hive UDTF with array arguments

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9927: [FLINK-14397][hive] Failed to run Hive UDTF with array arguments URL: https://github.com/apache/flink/pull/9927#issuecomment-543180251 ## CI report: * 14b59100e851fa7494838f1b5c68b4dc732da590 : SUCCESS [Build](https://travis-ci.com/flink

[GitHub] [flink] flinkbot edited a comment on issue #9928: [FLINK-12122] Add support for spreading slots out across all TaskExecutors

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9928: [FLINK-12122] Add support for spreading slots out across all TaskExecutors URL: https://github.com/apache/flink/pull/9928#issuecomment-543204040 ## CI report: * 1f0eed38301790afdbbd981d2a9853fa240e10df : FAILURE [Build](https://travis-ci

[GitHub] [flink] wangxlong commented on issue #9916: [FLINK-14408][Table-Planner]UDF's open method is invoked to initialize when sql is optimized in oldPlanner

2019-10-17 Thread GitBox
wangxlong commented on issue #9916: [FLINK-14408][Table-Planner]UDF's open method is invoked to initialize when sql is optimized in oldPlanner URL: https://github.com/apache/flink/pull/9916#issuecomment-543216657 @flinkbot run travis

[GitHub] [flink] flinkbot edited a comment on issue #9918: [Flink-14370] Debugging KafkaProducer failures

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9918: [Flink-14370] Debugging KafkaProducer failures URL: https://github.com/apache/flink/pull/9918#issuecomment-542836528 ## CI report: * 7785824dd3e7df011aff20426b7ff3d5ee908fbc : FAILURE [Build](https://travis-ci.com/flink-ci/flink/builds/1

[GitHub] [flink] flinkbot edited a comment on issue #9916: [FLINK-14408][Table-Planner]UDF's open method is invoked to initialize when sql is optimized in oldPlanner

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9916: [FLINK-14408][Table-Planner]UDF's open method is invoked to initialize when sql is optimized in oldPlanner URL: https://github.com/apache/flink/pull/9916#issuecomment-542764294 ## CI report: * cd122b399a8dc12c3c604d7db6dea012ee7c0c7f : SU

[GitHub] [flink] flinkbot edited a comment on issue #9912: [FLINK-14370][kafka][test-stability] Fix the cascading failure in kaProducerTestBase.

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9912: [FLINK-14370][kafka][test-stability] Fix the cascading failure in kaProducerTestBase. URL: https://github.com/apache/flink/pull/9912#issuecomment-542713850 ## CI report: * c1fe0487729f91e54bb58b2ed0913dda8d00b5f6 : FAILURE [Build](https:

[GitHub] [flink] flinkbot edited a comment on issue #9759: [FLINK-14169][history-server] Cleanup expired jobs from history server

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9759: [FLINK-14169][history-server] Cleanup expired jobs from history server URL: https://github.com/apache/flink/pull/9759#issuecomment-534556628 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community

[GitHub] [flink] flinkbot edited a comment on issue #9883: [FLINK-13818][web]: Check whether web submission are enabled

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9883: [FLINK-13818][web]: Check whether web submission are enabled URL: https://github.com/apache/flink/pull/9883#issuecomment-541277967 ## CI report: * d0647856d0adbe2fdb4ac79dae44e383dd3eb44d : FAILURE [Build](https://travis-ci.com/flink-ci/

[GitHub] [flink] flinkbot edited a comment on issue #9894: [FLINK-14342][table][python] Remove method FunctionDefinition#getLanguage.

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9894: [FLINK-14342][table][python] Remove method FunctionDefinition#getLanguage. URL: https://github.com/apache/flink/pull/9894#issuecomment-541555428 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community

[GitHub] [flink] aljoscha commented on issue #9759: [FLINK-14169][history-server] Cleanup expired jobs from history server

2019-10-17 Thread GitBox
aljoscha commented on issue #9759: [FLINK-14169][history-server] Cleanup expired jobs from history server URL: https://github.com/apache/flink/pull/9759#issuecomment-543213869 This looks good now, I refactored the commit into two to separate the pure test refactoring from adding the new te

[GitHub] [flink] twalthr commented on a change in pull request #9894: [FLINK-14342][table][python] Remove method FunctionDefinition#getLanguage.

2019-10-17 Thread GitBox
twalthr commented on a change in pull request #9894: [FLINK-14342][table][python] Remove method FunctionDefinition#getLanguage. URL: https://github.com/apache/flink/pull/9894#discussion_r336048014 ## File path: flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/t

[GitHub] [flink] flinkbot edited a comment on issue #9900: [FLINK-14366][tests] Annotate MiniCluster tests in flink-tests with AlsoRunWithSchedulerNG

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9900: [FLINK-14366][tests] Annotate MiniCluster tests in flink-tests with AlsoRunWithSchedulerNG URL: https://github.com/apache/flink/pull/9900#issuecomment-542026880 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I he

[GitHub] [flink] flinkbot edited a comment on issue #9255: [FLINK-13034] Introduce isEmpty method for MapState

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9255: [FLINK-13034] Introduce isEmpty method for MapState URL: https://github.com/apache/flink/pull/9255#issuecomment-515870480 ## CI report: * de863750b7262d091d2e7dd82767b8f9b2e2c52a : SUCCESS [Build](https://travis-ci.com/flink-ci/flink/bui

[jira] [Created] (FLINK-14440) Enable BatchFineGrainedRecoveryITCase to pass with scheduler NG

2019-10-17 Thread Zhu Zhu (Jira)
Zhu Zhu created FLINK-14440: --- Summary: Enable BatchFineGrainedRecoveryITCase to pass with scheduler NG Key: FLINK-14440 URL: https://issues.apache.org/jira/browse/FLINK-14440 Project: Flink Issue

[GitHub] [flink] flinkbot edited a comment on issue #8468: [FLINK-12399][table][table-planner] Fix FilterableTableSource does not change after applyPredicate

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #8468: [FLINK-12399][table][table-planner] Fix FilterableTableSource does not change after applyPredicate URL: https://github.com/apache/flink/pull/8468#issuecomment-524372146 ## CI report: * baae1632aabac35e6e08b402065857c4d67491f2 : FAILURE [

[jira] [Created] (FLINK-14439) RestartPipelinedRegionStrategy leverage tracked partition availability for better failover experience in DefaultScheduler

2019-10-17 Thread Zhu Zhu (Jira)
Zhu Zhu created FLINK-14439: --- Summary: RestartPipelinedRegionStrategy leverage tracked partition availability for better failover experience in DefaultScheduler Key: FLINK-14439 URL: https://issues.apache.org/jira/brow

[GitHub] [flink] flinkbot edited a comment on issue #9861: [FLINK-14237][yarn] No need to rename shipped Flink jar

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9861: [FLINK-14237][yarn] No need to rename shipped Flink jar URL: https://github.com/apache/flink/pull/9861#issuecomment-539888511 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your

[GitHub] [flink] tillrohrmann commented on issue #9861: [FLINK-14237][yarn] No need to rename shipped Flink jar

2019-10-17 Thread GitBox
tillrohrmann commented on issue #9861: [FLINK-14237][yarn] No need to rename shipped Flink jar URL: https://github.com/apache/flink/pull/9861#issuecomment-543206508 What's the state of the merging @TisonKun? This is an automa

[GitHub] [flink] flinkbot edited a comment on issue #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups.

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups. URL: https://github.com/apache/flink/pull/9910#issuecomment-542638190 Thanks a lot for your contribution to the Apache Flink project. I'm the

[GitHub] [flink] azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups.

2019-10-17 Thread GitBox
azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups. URL: https://github.com/apache/flink/pull/9910#discussion_r336044023 ## File path: flink-table/flink-table-planner-blink

[GitHub] [flink] azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups.

2019-10-17 Thread GitBox
azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups. URL: https://github.com/apache/flink/pull/9910#discussion_r336044023 ## File path: flink-table/flink-table-planner-blink

[GitHub] [flink] flinkbot edited a comment on issue #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups.

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups. URL: https://github.com/apache/flink/pull/9910#issuecomment-542638190 Thanks a lot for your contribution to the Apache Flink project. I'm the

[GitHub] [flink] flinkbot edited a comment on issue #9918: [Flink-14370] Debugging KafkaProducer failures

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9918: [Flink-14370] Debugging KafkaProducer failures URL: https://github.com/apache/flink/pull/9918#issuecomment-542830264 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull requ

[GitHub] [flink] flinkbot edited a comment on issue #9780: [FLINK-14042] [flink-table-planner] Fix TemporalTable row schema always inferred as nullable

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9780: [FLINK-14042] [flink-table-planner] Fix TemporalTable row schema always inferred as nullable URL: https://github.com/apache/flink/pull/9780#issuecomment-535560331 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I

[GitHub] [flink] azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups.

2019-10-17 Thread GitBox
azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups. URL: https://github.com/apache/flink/pull/9910#discussion_r336044023 ## File path: flink-table/flink-table-planner-blink

[GitHub] [flink] flinkbot edited a comment on issue #8468: [FLINK-12399][table][table-planner] Fix FilterableTableSource does not change after applyPredicate

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #8468: [FLINK-12399][table][table-planner] Fix FilterableTableSource does not change after applyPredicate URL: https://github.com/apache/flink/pull/8468#issuecomment-493155027 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkb

[GitHub] [flink] azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups.

2019-10-17 Thread GitBox
azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups. URL: https://github.com/apache/flink/pull/9910#discussion_r336042781 ## File path: flink-runtime/src/main/java/org/apach

[GitHub] [flink] flinkbot commented on issue #9928: [FLINK-12122] Add support for spreading slots out across all TaskExecutors

2019-10-17 Thread GitBox
flinkbot commented on issue #9928: [FLINK-12122] Add support for spreading slots out across all TaskExecutors URL: https://github.com/apache/flink/pull/9928#issuecomment-543204040 ## CI report: * 1f0eed38301790afdbbd981d2a9853fa240e10df : UNKNOWN Bot commands The

[GitHub] [flink] flinkbot edited a comment on issue #9926: [FLINK-14004][runtime, test] Add test coverage for stateful SourceReaderOperator implementation

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9926: [FLINK-14004][runtime,test] Add test coverage for stateful SourceReaderOperator implementation URL: https://github.com/apache/flink/pull/9926#issuecomment-543157822 ## CI report: * a479e12af659bfb557d2d4092ab55c5290b98684 : SUCCESS [Buil

[GitHub] [flink] twalthr commented on issue #9780: [FLINK-14042] [flink-table-planner] Fix TemporalTable row schema always inferred as nullable

2019-10-17 Thread GitBox
twalthr commented on issue #9780: [FLINK-14042] [flink-table-planner] Fix TemporalTable row schema always inferred as nullable URL: https://github.com/apache/flink/pull/9780#issuecomment-543203656 We can also discuss the location once you wrote the test. Maybe `TimeAttributesITCase` could

[GitHub] [flink] KurtYoung commented on issue #8468: [FLINK-12399][table][table-planner] Fix FilterableTableSource does not change after applyPredicate

2019-10-17 Thread GitBox
KurtYoung commented on issue #8468: [FLINK-12399][table][table-planner] Fix FilterableTableSource does not change after applyPredicate URL: https://github.com/apache/flink/pull/8468#issuecomment-543203366 @flinkbot run travis

[GitHub] [flink] azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups.

2019-10-17 Thread GitBox
azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups. URL: https://github.com/apache/flink/pull/9910#discussion_r336041467 ## File path: flink-runtime/src/main/java/org/apach

[GitHub] [flink] flinkbot edited a comment on issue #9912: [FLINK-14370][kafka][test-stability] Fix the cascading failure in kaProducerTestBase.

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9912: [FLINK-14370][kafka][test-stability] Fix the cascading failure in kaProducerTestBase. URL: https://github.com/apache/flink/pull/9912#issuecomment-542713850 ## CI report: * c1fe0487729f91e54bb58b2ed0913dda8d00b5f6 : FAILURE [Build](https:

[GitHub] [flink] flinkbot edited a comment on issue #9883: [FLINK-13818][web]: Check whether web submission are enabled

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9883: [FLINK-13818][web]: Check whether web submission are enabled URL: https://github.com/apache/flink/pull/9883#issuecomment-541277967 ## CI report: * d0647856d0adbe2fdb4ac79dae44e383dd3eb44d : FAILURE [Build](https://travis-ci.com/flink-ci/

[GitHub] [flink] flinkbot commented on issue #9929: [BP-1.9][FLINK-12122] Add support for spreading slots out across all TaskExecutors

2019-10-17 Thread GitBox
flinkbot commented on issue #9929: [BP-1.9][FLINK-12122] Add support for spreading slots out across all TaskExecutors URL: https://github.com/apache/flink/pull/9929#issuecomment-543201771 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the communit

[jira] [Commented] (FLINK-14364) Allow comments fail when not ignore parse errors in CsvRowDeserializationSchema

2019-10-17 Thread Jiayi Liao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953802#comment-16953802 ] Jiayi Liao commented on FLINK-14364: [~twalthr] I just thought it's not worth it. We

[jira] [Commented] (FLINK-12122) Spread out tasks evenly across all available registered TaskManagers

2019-10-17 Thread Till Rohrmann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-12122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953801#comment-16953801 ] Till Rohrmann commented on FLINK-12122: --- I've opened a PR to fix this problem in F

[GitHub] [flink] tillrohrmann opened a new pull request #9929: [BP-1.9][FLINK-12122] Add support for spreading slots out across all TaskExecutors

2019-10-17 Thread GitBox
tillrohrmann opened a new pull request #9929: [BP-1.9][FLINK-12122] Add support for spreading slots out across all TaskExecutors URL: https://github.com/apache/flink/pull/9929 Backport of #9928 to `release-1.9`. This is an au

[GitHub] [flink] flinkbot edited a comment on issue #9255: [FLINK-13034] Introduce isEmpty method for MapState

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9255: [FLINK-13034] Introduce isEmpty method for MapState URL: https://github.com/apache/flink/pull/9255#issuecomment-515870480 ## CI report: * de863750b7262d091d2e7dd82767b8f9b2e2c52a : SUCCESS [Build](https://travis-ci.com/flink-ci/flink/bui

[GitHub] [flink] zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build

2019-10-17 Thread GitBox
zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build URL: https://github.com/apache/flink/pull/9783#discussion_r336026749 ## File path: tools/travis/stage.sh ## @@ -126,6 +127,10 @@ fl

[GitHub] [flink] flinkbot edited a comment on issue #9255: [FLINK-13034] Introduce isEmpty method for MapState

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9255: [FLINK-13034] Introduce isEmpty method for MapState URL: https://github.com/apache/flink/pull/9255#issuecomment-515868641 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull

[GitHub] [flink] flinkbot commented on issue #9928: [FLINK-12122] Add support for spreading slots out across all TaskExecutors

2019-10-17 Thread GitBox
flinkbot commented on issue #9928: [FLINK-12122] Add support for spreading slots out across all TaskExecutors URL: https://github.com/apache/flink/pull/9928#issuecomment-543196767 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to

[GitHub] [flink] zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build

2019-10-17 Thread GitBox
zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build URL: https://github.com/apache/flink/pull/9783#discussion_r336026749 ## File path: tools/travis/stage.sh ## @@ -126,6 +127,10 @@ fl

[GitHub] [flink] zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build

2019-10-17 Thread GitBox
zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build URL: https://github.com/apache/flink/pull/9783#discussion_r336026749 ## File path: tools/travis/stage.sh ## @@ -126,6 +127,10 @@ fl

[jira] [Updated] (FLINK-12122) Spread out tasks evenly across all available registered TaskManagers

2019-10-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-12122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-12122: --- Labels: pull-request-available (was: ) > Spread out tasks evenly across all available regis

[GitHub] [flink] flinkbot edited a comment on issue #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build URL: https://github.com/apache/flink/pull/9783#issuecomment-535844880 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help

[GitHub] [flink] Myasuka commented on issue #9255: [FLINK-13034] Introduce isEmpty method for MapState

2019-10-17 Thread GitBox
Myasuka commented on issue #9255: [FLINK-13034] Introduce isEmpty method for MapState URL: https://github.com/apache/flink/pull/9255#issuecomment-543195627 Rebase with latest master branch to re-trigger new CI build. This is

[GitHub] [flink] tillrohrmann opened a new pull request #9928: [FLINK-12122] Add support for spreading slots out across all TaskExecutors

2019-10-17 Thread GitBox
tillrohrmann opened a new pull request #9928: [FLINK-12122] Add support for spreading slots out across all TaskExecutors URL: https://github.com/apache/flink/pull/9928 ## What is the purpose of the change This PR adds support for spreading slots out across all currently registered `

[GitHub] [flink] zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build

2019-10-17 Thread GitBox
zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build URL: https://github.com/apache/flink/pull/9783#discussion_r336030644 ## File path: tools/travis/stage.sh ## @@ -201,8 +213,27 @@ fu

[GitHub] [flink] zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build

2019-10-17 Thread GitBox
zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build URL: https://github.com/apache/flink/pull/9783#discussion_r336030644 ## File path: tools/travis/stage.sh ## @@ -201,8 +213,27 @@ fu

[GitHub] [flink] zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build

2019-10-17 Thread GitBox
zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build URL: https://github.com/apache/flink/pull/9783#discussion_r336030555 ## File path: .travis.yml ## @@ -152,6 +156,10 @@ jobs:

[GitHub] [flink] flinkbot edited a comment on issue #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups.

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups. URL: https://github.com/apache/flink/pull/9910#issuecomment-542638190 Thanks a lot for your contribution to the Apache Flink project. I'm the

[GitHub] [flink] flinkbot edited a comment on issue #9386: [FLINK-13601][tests] Harden RegionFailoverITCase by recording info when checkpoint just completed

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9386: [FLINK-13601][tests] Harden RegionFailoverITCase by recording info when checkpoint just completed URL: https://github.com/apache/flink/pull/9386#issuecomment-519209689 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbo

[GitHub] [flink] azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups.

2019-10-17 Thread GitBox
azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory setups. URL: https://github.com/apache/flink/pull/9910#discussion_r336028586 ## File path: flink-core/src/main/java/org/apache/f

[GitHub] [flink] vthinkxie edited a comment on issue #9883: [FLINK-13818][web]: Check whether web submission are enabled

2019-10-17 Thread GitBox
vthinkxie edited a comment on issue #9883: [FLINK-13818][web]: Check whether web submission are enabled URL: https://github.com/apache/flink/pull/9883#issuecomment-543175674 I have removed the compatible code as you insist. I don't think it is valuable enough to start an ML to discuss so

[GitHub] [flink] flinkbot edited a comment on issue #9905: [FLINK-14396][network] Implement rudimentary non-blocking network output

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9905: [FLINK-14396][network] Implement rudimentary non-blocking network output URL: https://github.com/apache/flink/pull/9905#issuecomment-542178315 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community

[GitHub] [flink] Myasuka commented on issue #9386: [FLINK-13601][tests] Harden RegionFailoverITCase by recording info when checkpoint just completed

2019-10-17 Thread GitBox
Myasuka commented on issue #9386: [FLINK-13601][tests] Harden RegionFailoverITCase by recording info when checkpoint just completed URL: https://github.com/apache/flink/pull/9386#issuecomment-543192776 @zentol If current `lastCompletedCheckpointId` is `chk-3`, when task starts checkpointi

[GitHub] [flink] zhijiangW commented on a change in pull request #9905: [FLINK-14396][network] Implement rudimentary non-blocking network output

2019-10-17 Thread GitBox
zhijiangW commented on a change in pull request #9905: [FLINK-14396][network] Implement rudimentary non-blocking network output URL: https://github.com/apache/flink/pull/9905#discussion_r336027531 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/

[GitHub] [flink] flinkbot edited a comment on issue #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build URL: https://github.com/apache/flink/pull/9783#issuecomment-535844880 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help

[jira] [Commented] (FLINK-14309) Kafka09ProducerITCase>KafkaProducerTestBase.testOneToOneAtLeastOnceRegularSink fails on Travis

2019-10-17 Thread Jiangjie Qin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953788#comment-16953788 ] Jiangjie Qin commented on FLINK-14309: -- [~trohrmann] Thanks for the explanation. It

[GitHub] [flink] zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build

2019-10-17 Thread GitBox
zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build URL: https://github.com/apache/flink/pull/9783#discussion_r336026749 ## File path: tools/travis/stage.sh ## @@ -126,6 +127,10 @@ fl

[GitHub] [flink] flinkbot edited a comment on issue #9927: [FLINK-14397][hive] Failed to run Hive UDTF with array arguments

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9927: [FLINK-14397][hive] Failed to run Hive UDTF with array arguments URL: https://github.com/apache/flink/pull/9927#issuecomment-543180251 ## CI report: * 14b59100e851fa7494838f1b5c68b4dc732da590 : PENDING [Build](https://travis-ci.com/flink

[GitHub] [flink] flinkbot edited a comment on issue #9912: [FLINK-14370][kafka][test-stability] Fix the cascading failure in kaProducerTestBase.

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9912: [FLINK-14370][kafka][test-stability] Fix the cascading failure in kaProducerTestBase. URL: https://github.com/apache/flink/pull/9912#issuecomment-542705661 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help th

[GitHub] [flink] flinkbot edited a comment on issue #9916: [FLINK-14408][Table-Planner]UDF's open method is invoked to initialize when sql is optimized in oldPlanner

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9916: [FLINK-14408][Table-Planner]UDF's open method is invoked to initialize when sql is optimized in oldPlanner URL: https://github.com/apache/flink/pull/9916#issuecomment-542764294 ## CI report: * cd122b399a8dc12c3c604d7db6dea012ee7c0c7f : SU

[GitHub] [flink] flinkbot edited a comment on issue #9905: [FLINK-14396][network] Implement rudimentary non-blocking network output

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9905: [FLINK-14396][network] Implement rudimentary non-blocking network output URL: https://github.com/apache/flink/pull/9905#issuecomment-542178315 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community

[GitHub] [flink] zhijiangW commented on a change in pull request #9905: [FLINK-14396][network] Implement rudimentary non-blocking network output

2019-10-17 Thread GitBox
zhijiangW commented on a change in pull request #9905: [FLINK-14396][network] Implement rudimentary non-blocking network output URL: https://github.com/apache/flink/pull/9905#discussion_r336024356 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partiti

[GitHub] [flink] flinkbot edited a comment on issue #9890: [FLINK-14272][python][table-planner-blink] Support Blink planner for Python UDF

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9890: [FLINK-14272][python][table-planner-blink] Support Blink planner for Python UDF URL: https://github.com/apache/flink/pull/9890#issuecomment-541418126 ## CI report: * ec7f1a70fd420d25326e49ac1f4de878d4aae481 : FAILURE [Build](https://trav

[GitHub] [flink] flinkbot edited a comment on issue #9832: [FLINK-11843] Bind lifespan of Dispatcher to leader session

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9832: [FLINK-11843] Bind lifespan of Dispatcher to leader session URL: https://github.com/apache/flink/pull/9832#issuecomment-537039262 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review y

[GitHub] [flink] flinkbot edited a comment on issue #9883: [FLINK-13818][web]: Check whether web submission are enabled

2019-10-17 Thread GitBox
flinkbot edited a comment on issue #9883: [FLINK-13818][web]: Check whether web submission are enabled URL: https://github.com/apache/flink/pull/9883#issuecomment-541277967 ## CI report: * d0647856d0adbe2fdb4ac79dae44e383dd3eb44d : FAILURE [Build](https://travis-ci.com/flink-ci/

[GitHub] [flink] GJL commented on a change in pull request #9832: [FLINK-11843] Bind lifespan of Dispatcher to leader session

2019-10-17 Thread GitBox
GJL commented on a change in pull request #9832: [FLINK-11843] Bind lifespan of Dispatcher to leader session URL: https://github.com/apache/flink/pull/9832#discussion_r336020164 ## File path: flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/runner/SessionDispatcherLe

[GitHub] [flink] GJL commented on a change in pull request #9832: [FLINK-11843] Bind lifespan of Dispatcher to leader session

2019-10-17 Thread GitBox
GJL commented on a change in pull request #9832: [FLINK-11843] Bind lifespan of Dispatcher to leader session URL: https://github.com/apache/flink/pull/9832#discussion_r336014644 ## File path: flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/runner/DefaultDispatcherRu

[GitHub] [flink] GJL commented on a change in pull request #9832: [FLINK-11843] Bind lifespan of Dispatcher to leader session

2019-10-17 Thread GitBox
GJL commented on a change in pull request #9832: [FLINK-11843] Bind lifespan of Dispatcher to leader session URL: https://github.com/apache/flink/pull/9832#discussion_r335895994 ## File path: flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/runner/DefaultDispatcherRu

<    1   2   3   4   5   6   7   >