[GitHub] [flink] godfreyhe commented on a change in pull request #10315: [FLINK-14552][table] Enable partition statistics in blink planner

2019-12-02 Thread GitBox
godfreyhe commented on a change in pull request #10315: [FLINK-14552][table] Enable partition statistics in blink planner URL: https://github.com/apache/flink/pull/10315#discussion_r353017040 ## File path:

[GitHub] [flink] godfreyhe commented on a change in pull request #10315: [FLINK-14552][table] Enable partition statistics in blink planner

2019-12-02 Thread GitBox
godfreyhe commented on a change in pull request #10315: [FLINK-14552][table] Enable partition statistics in blink planner URL: https://github.com/apache/flink/pull/10315#discussion_r353011470 ## File path:

[GitHub] [flink] godfreyhe commented on a change in pull request #10315: [FLINK-14552][table] Enable partition statistics in blink planner

2019-12-02 Thread GitBox
godfreyhe commented on a change in pull request #10315: [FLINK-14552][table] Enable partition statistics in blink planner URL: https://github.com/apache/flink/pull/10315#discussion_r353027712 ## File path:

[GitHub] [flink] flinkbot edited a comment on issue #10017: [FLINK-14019][python] add support for managing environment and dependencies of Python UDF in Flink Python API

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10017: [FLINK-14019][python] add support for managing environment and dependencies of Python UDF in Flink Python API URL: https://github.com/apache/flink/pull/10017#issuecomment-546947394 ## CI report: *

[jira] [Commented] (FLINK-10264) Exception is misleading when no default constructor define for events

2019-12-02 Thread Wojciech Indyk (Jira)
[ https://issues.apache.org/jira/browse/FLINK-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986685#comment-16986685 ] Wojciech Indyk commented on FLINK-10264: It also happens when you try to use Scala Case Class as

[jira] [Commented] (FLINK-14992) Add job submission listener to execution environments

2019-12-02 Thread Aljoscha Krettek (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986684#comment-16986684 ] Aljoscha Krettek commented on FLINK-14992: -- That makes sense, but I think we need to start on

[GitHub] [flink] flinkbot edited a comment on issue #10391: [FLINK-15025][python][legal] Fix the license and notice issue of flink-python module

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10391: [FLINK-15025][python][legal] Fix the license and notice issue of flink-python module URL: https://github.com/apache/flink/pull/10391#issuecomment-561018692 ## CI report: * 445559cbe5bc1551dcd14f53d577c166bbcf1938 : SUCCESS

[GitHub] [flink] flinkbot edited a comment on issue #10325: [FLINK-14512][table] Introduce listPartitionsByFilter to Catalog

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10325: [FLINK-14512][table] Introduce listPartitionsByFilter to Catalog URL: https://github.com/apache/flink/pull/10325#issuecomment-558654173 ## CI report: * e41fee5e6b021d3d92abee1fcfbcc7344650bac3 : FAILURE

[GitHub] [flink] flinkbot edited a comment on issue #10296: [FLINK-14691][table]Add use/create/drop/alter database operation and support it in flink/blink planner

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10296: [FLINK-14691][table]Add use/create/drop/alter database operation and support it in flink/blink planner URL: https://github.com/apache/flink/pull/10296#issuecomment-557762350 ## CI report: * 7c5e46d1f794cb01be5088f5f5d29aec5850bf7f :

[GitHub] [flink] KurtYoung commented on issue #10296: [FLINK-14691][table]Add use/create/drop/alter database operation and support it in flink/blink planner

2019-12-02 Thread GitBox
KurtYoung commented on issue #10296: [FLINK-14691][table]Add use/create/drop/alter database operation and support it in flink/blink planner URL: https://github.com/apache/flink/pull/10296#issuecomment-561040742 I will have a final pass

[GitHub] [flink] danny0405 commented on issue #10388: [FLINK-14912][Table] create, drop catalog functions through catalog manager

2019-12-02 Thread GitBox
danny0405 commented on issue #10388: [FLINK-14912][Table] create, drop catalog functions through catalog manager URL: https://github.com/apache/flink/pull/10388#issuecomment-561040006 Do you mean CALCITE-3349 ? I think we do not need to wait for CALCITE-3349 in the release, we can use

[jira] [Created] (FLINK-15032) Remove the eagerly serialization from `RemoteRpcInvocation`

2019-12-02 Thread Guowei Ma (Jira)
Guowei Ma created FLINK-15032: - Summary: Remove the eagerly serialization from `RemoteRpcInvocation` Key: FLINK-15032 URL: https://issues.apache.org/jira/browse/FLINK-15032 Project: Flink

[GitHub] [flink] KurtYoung commented on issue #10380: [FLINK-14662]Distinguish unknown CatalogTableStatistics and zero

2019-12-02 Thread GitBox
KurtYoung commented on issue #10380: [FLINK-14662]Distinguish unknown CatalogTableStatistics and zero URL: https://github.com/apache/flink/pull/10380#issuecomment-561038922 I heard that hive will always generate and maintain basic table stats for managed table. So in your case, it's not a

[GitHub] [flink] flinkbot edited a comment on issue #10146: [FLINK-14188][runtime] TaskExecutor derive and register with default slot resource profile

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10146: [FLINK-14188][runtime] TaskExecutor derive and register with default slot resource profile URL: https://github.com/apache/flink/pull/10146#issuecomment-552307115 ## CI report: * 25f9e4b87846e5a736aa329c834f82962e1f50c4 : FAILURE

[GitHub] [flink] danny0405 commented on issue #10388: [FLINK-14912][Table] create, drop catalog functions through catalog manager

2019-12-02 Thread GitBox
danny0405 commented on issue #10388: [FLINK-14912][Table] create, drop catalog functions through catalog manager URL: https://github.com/apache/flink/pull/10388#issuecomment-561037285 Thanks for your nice job @HuangZhenQiu ~ Reviewing now ~

[GitHub] [flink] bowenli86 commented on issue #10380: [FLINK-14662]Distinguish unknown CatalogTableStatistics and zero

2019-12-02 Thread GitBox
bowenli86 commented on issue #10380: [FLINK-14662]Distinguish unknown CatalogTableStatistics and zero URL: https://github.com/apache/flink/pull/10380#issuecomment-561036955 > My guess would be this is not the case with unknown table stats, but indeed have table stats that shows the row

[jira] [Closed] (FLINK-15029) Dependency shading of table modules test failed on travis

2019-12-02 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Young closed FLINK-15029. -- Resolution: Duplicate > Dependency shading of table modules test failed on travis >

[GitHub] [flink] flinkbot edited a comment on issue #10017: [FLINK-14019][python] add support for managing environment and dependencies of Python UDF in Flink Python API

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10017: [FLINK-14019][python] add support for managing environment and dependencies of Python UDF in Flink Python API URL: https://github.com/apache/flink/pull/10017#issuecomment-546947394 ## CI report: *

[jira] [Assigned] (FLINK-15030) Potential deadlock for bounded blocking ResultPartition.

2019-12-02 Thread zhijiang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhijiang reassigned FLINK-15030: Assignee: Yingjie Cao > Potential deadlock for bounded blocking ResultPartition. >

[GitHub] [flink] flinkbot edited a comment on issue #10390: [FLINK-15004] [table-planner-blink] Choose SortMergeJoin and two-phase Aggregate if the row count is unknown

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10390: [FLINK-15004] [table-planner-blink] Choose SortMergeJoin and two-phase Aggregate if the row count is unknown URL: https://github.com/apache/flink/pull/10390#issuecomment-560995750 ## CI report: * b954b01901d861cdb57d970ee7c27e659210e8df

[jira] [Comment Edited] (FLINK-15007) Flink on YARN does not request required TaskExecutors in some cases

2019-12-02 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986674#comment-16986674 ] Xintong Song edited comment on FLINK-15007 at 12/3/19 7:18 AM: --- I think I

[jira] [Commented] (FLINK-15007) Flink on YARN does not request required TaskExecutors in some cases

2019-12-02 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986674#comment-16986674 ] Xintong Song commented on FLINK-15007: -- I think I find the cause of this issue. I was looking at

[jira] [Created] (FLINK-15031) Calculate required shuffle memory cases before allocating slots in resources specified

2019-12-02 Thread Zhu Zhu (Jira)
Zhu Zhu created FLINK-15031: --- Summary: Calculate required shuffle memory cases before allocating slots in resources specified Key: FLINK-15031 URL: https://issues.apache.org/jira/browse/FLINK-15031

[GitHub] [flink] flinkbot edited a comment on issue #10325: [FLINK-14512][table] Introduce listPartitionsByFilter to Catalog

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10325: [FLINK-14512][table] Introduce listPartitionsByFilter to Catalog URL: https://github.com/apache/flink/pull/10325#issuecomment-558654173 ## CI report: * e41fee5e6b021d3d92abee1fcfbcc7344650bac3 : FAILURE

[jira] [Created] (FLINK-15030) Potential deadlock for bounded blocking ResultPartition.

2019-12-02 Thread Yingjie Cao (Jira)
Yingjie Cao created FLINK-15030: --- Summary: Potential deadlock for bounded blocking ResultPartition. Key: FLINK-15030 URL: https://issues.apache.org/jira/browse/FLINK-15030 Project: Flink Issue

[jira] [Commented] (FLINK-15003) Improve hive test performance

2019-12-02 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986669#comment-16986669 ] Jingsong Lee commented on FLINK-15003: -- Thanks [~lirui] for your investigation, I change the name

[jira] [Updated] (FLINK-15003) Improve hive test performance

2019-12-02 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee updated FLINK-15003: - Summary: Improve hive test performance (was: Use embedded mode to improve hive test

[jira] [Commented] (FLINK-15003) Use embedded mode to improve hive test performance

2019-12-02 Thread Rui Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986667#comment-16986667 ] Rui Li commented on FLINK-15003: I tried adding embedded mode to {{FlinkStandaloneHiveRunner}} but it's

[jira] [Updated] (FLINK-11405) Add maxExceptions query parameter

2019-12-02 Thread lining (Jira)
[ https://issues.apache.org/jira/browse/FLINK-11405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lining updated FLINK-11405: --- Description: Now failover just show limit size task failover latest time(ps:According to the current flink 

[jira] [Comment Edited] (FLINK-15029) Dependency shading of table modules test failed on travis

2019-12-02 Thread Yu Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1698#comment-1698 ] Yu Li edited comment on FLINK-15029 at 12/3/19 6:58 AM: The "e2e-misc-scala

[jira] [Commented] (FLINK-15029) Dependency shading of table modules test failed on travis

2019-12-02 Thread Yu Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1698#comment-1698 ] Yu Li commented on FLINK-15029: --- The "e2e-misc-scala 2.12" stage of the same build failed with the same

[jira] [Updated] (FLINK-15029) Dependency shading of table modules test failed on travis

2019-12-02 Thread Yu Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu Li updated FLINK-15029: -- Description: The "Dependency shading of table modules test" failed on travis with below error: {code}

[jira] [Commented] (FLINK-15029) Dependency shading of table modules test failed on travis

2019-12-02 Thread Yu Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986662#comment-16986662 ] Yu Li commented on FLINK-15029: --- [~jark] [~lzljs3620320] could you take a look here since it seems to be

[jira] [Created] (FLINK-15029) Dependency shading of table modules test failed on travis

2019-12-02 Thread Yu Li (Jira)
Yu Li created FLINK-15029: - Summary: Dependency shading of table modules test failed on travis Key: FLINK-15029 URL: https://issues.apache.org/jira/browse/FLINK-15029 Project: Flink Issue Type: Bug

[jira] [Updated] (FLINK-13195) Add create table support for SqlClient

2019-12-02 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-13195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated FLINK-13195: --- Parent: FLINK-7594 Issue Type: Sub-task (was: Bug) > Add create table support for

[GitHub] [flink] flinkbot edited a comment on issue #10391: [FLINK-15025][python][legal] Fix the license and notice issue of flink-python module

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10391: [FLINK-15025][python][legal] Fix the license and notice issue of flink-python module URL: https://github.com/apache/flink/pull/10391#issuecomment-561018692 ## CI report: * 445559cbe5bc1551dcd14f53d577c166bbcf1938 : PENDING

[jira] [Updated] (FLINK-14361) Decorrelate subQuery fail when multi correlate in project

2019-12-02 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he updated FLINK-14361: --- Fix Version/s: (was: 1.10.0) 1.11.0 > Decorrelate subQuery fail when multi

[GitHub] [flink] flinkbot edited a comment on issue #10378: [FLINK-14919] [flink-end-to-end-perf-tests] Add performance e2e test suite for basic operations

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10378: [FLINK-14919] [flink-end-to-end-perf-tests] Add performance e2e test suite for basic operations URL: https://github.com/apache/flink/pull/10378#issuecomment-560291002 ## CI report: * 5a9b8cc32f275d416e8358ee148ad4daff2626ba : FAILURE

[GitHub] [flink] zhuzhurk commented on a change in pull request #9965: [FLINK-10935][kubernetes]Implement KubeClient with Faric8 Kubernetes clients

2019-12-02 Thread GitBox
zhuzhurk commented on a change in pull request #9965: [FLINK-10935][kubernetes]Implement KubeClient with Faric8 Kubernetes clients URL: https://github.com/apache/flink/pull/9965#discussion_r353007013 ## File path:

[jira] [Created] (FLINK-15028) YARNSessionFIFOSecuredITCase test failed with java11 on travis

2019-12-02 Thread Yu Li (Jira)
Yu Li created FLINK-15028: - Summary: YARNSessionFIFOSecuredITCase test failed with java11 on travis Key: FLINK-15028 URL: https://issues.apache.org/jira/browse/FLINK-15028 Project: Flink Issue

[GitHub] [flink] flinkbot edited a comment on issue #10325: [FLINK-14512][table] Introduce listPartitionsByFilter to Catalog

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10325: [FLINK-14512][table] Introduce listPartitionsByFilter to Catalog URL: https://github.com/apache/flink/pull/10325#issuecomment-558654173 ## CI report: * e41fee5e6b021d3d92abee1fcfbcc7344650bac3 : FAILURE

[GitHub] [flink] flinkbot edited a comment on issue #10296: [FLINK-14691][table]Add use/create/drop/alter database operation and support it in flink/blink planner

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10296: [FLINK-14691][table]Add use/create/drop/alter database operation and support it in flink/blink planner URL: https://github.com/apache/flink/pull/10296#issuecomment-557762350 ## CI report: * 7c5e46d1f794cb01be5088f5f5d29aec5850bf7f :

[jira] [Comment Edited] (FLINK-15013) Flink (on YARN) sometimes needs too many slots

2019-12-02 Thread Zhu Zhu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986656#comment-16986656 ] Zhu Zhu edited comment on FLINK-15013 at 12/3/19 6:39 AM: -- Thanks for

[jira] [Comment Edited] (FLINK-15013) Flink (on YARN) sometimes needs too many slots

2019-12-02 Thread Zhu Zhu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986656#comment-16986656 ] Zhu Zhu edited comment on FLINK-15013 at 12/3/19 6:38 AM: -- Thanks for

[jira] [Comment Edited] (FLINK-15013) Flink (on YARN) sometimes needs too many slots

2019-12-02 Thread Zhu Zhu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986656#comment-16986656 ] Zhu Zhu edited comment on FLINK-15013 at 12/3/19 6:38 AM: -- Thanks for

[jira] [Commented] (FLINK-15013) Flink (on YARN) sometimes needs too many slots

2019-12-02 Thread Zhu Zhu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986656#comment-16986656 ] Zhu Zhu commented on FLINK-15013: - Thanks for [~aljoscha] to find out the faulty commit. The root cause

[jira] [Closed] (FLINK-12819) Reuse TableEnvironment between different SQL statements

2019-12-02 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-12819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Young closed FLINK-12819. -- Resolution: Duplicate > Reuse TableEnvironment between different SQL statements >

[jira] [Reopened] (FLINK-14669) All hadoop-2.4.1 related nightly end-to-end tests failed on travis

2019-12-02 Thread Yu Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu Li reopened FLINK-14669: --- Thanks for the confirmation [~chesnay]. I'm reopening this issue since it's still not resolved yet and I just

[jira] [Commented] (FLINK-12819) Reuse TableEnvironment between different SQL statements

2019-12-02 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-12819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986655#comment-16986655 ] Kurt Young commented on FLINK-12819: This is covered by FLINK-14672 > Reuse TableEnvironment

[GitHub] [flink] JingsongLi commented on a change in pull request #10325: [FLINK-14512][table] Introduce listPartitionsByFilter to Catalog

2019-12-02 Thread GitBox
JingsongLi commented on a change in pull request #10325: [FLINK-14512][table] Introduce listPartitionsByFilter to Catalog URL: https://github.com/apache/flink/pull/10325#discussion_r353002832 ## File path:

[jira] [Created] (FLINK-15027) Support alter table DDLs in SQL CLI

2019-12-02 Thread Danny Chen (Jira)
Danny Chen created FLINK-15027: -- Summary: Support alter table DDLs in SQL CLI Key: FLINK-15027 URL: https://issues.apache.org/jira/browse/FLINK-15027 Project: Flink Issue Type: Sub-task

[GitHub] [flink] zhijiangW commented on issue #9985: [FLINK-10968][kubernetes] Implement TaskManager Entrypoint for Kubernetes.

2019-12-02 Thread GitBox
zhijiangW commented on issue #9985: [FLINK-10968][kubernetes] Implement TaskManager Entrypoint for Kubernetes. URL: https://github.com/apache/flink/pull/9985#issuecomment-561021231 In addition, remove the dot at the end of commit title.

[jira] [Created] (FLINK-15026) Support database DDLs in SQL CLI

2019-12-02 Thread Danny Chen (Jira)
Danny Chen created FLINK-15026: -- Summary: Support database DDLs in SQL CLI Key: FLINK-15026 URL: https://issues.apache.org/jira/browse/FLINK-15026 Project: Flink Issue Type: Sub-task

[jira] [Closed] (FLINK-14962) FindBugs warnings: Inefficient use of keySet iterator instead of entrySet iterator

2019-12-02 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Young closed FLINK-14962. -- Fix Version/s: 1.10.0 Resolution: Fixed master: e2bc967b471a3c909619e5023bfb63500449ec77 >

[GitHub] [flink] KurtYoung merged pull request #10328: [FLINK-14962] fix findbugs WMI_WRONG_MAP_ITERATOR warning

2019-12-02 Thread GitBox
KurtYoung merged pull request #10328: [FLINK-14962] fix findbugs WMI_WRONG_MAP_ITERATOR warning URL: https://github.com/apache/flink/pull/10328 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [flink] JingsongLi commented on a change in pull request #10325: [FLINK-14512][table] Introduce listPartitionsByFilter to Catalog

2019-12-02 Thread GitBox
JingsongLi commented on a change in pull request #10325: [FLINK-14512][table] Introduce listPartitionsByFilter to Catalog URL: https://github.com/apache/flink/pull/10325#discussion_r353001041 ## File path:

[GitHub] [flink] zhijiangW commented on issue #9985: [FLINK-10968][kubernetes] Implement TaskManager Entrypoint for Kubernetes.

2019-12-02 Thread GitBox
zhijiangW commented on issue #9985: [FLINK-10968][kubernetes] Implement TaskManager Entrypoint for Kubernetes. URL: https://github.com/apache/flink/pull/9985#issuecomment-561019259 Thanks for the fix @wangyang0918 . I left several additional comments before final approval.

[GitHub] [flink] caidezhi commented on a change in pull request #10328: [FLINK-14962] fix findbugs WMI_WRONG_MAP_ITERATOR warning

2019-12-02 Thread GitBox
caidezhi commented on a change in pull request #10328: [FLINK-14962] fix findbugs WMI_WRONG_MAP_ITERATOR warning URL: https://github.com/apache/flink/pull/10328#discussion_r353000554 ## File path:

[GitHub] [flink] flinkbot edited a comment on issue #10386: [FLINK-15016][build] Remove unused dependency

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10386: [FLINK-15016][build] Remove unused dependency URL: https://github.com/apache/flink/pull/10386#issuecomment-560583286 ## CI report: * 150ce21038652e6761093afaed623041131e784d : SUCCESS

[GitHub] [flink] flinkbot commented on issue #10391: [FLINK-15025][python][legal] Fix the license and notice issue of flink-python module

2019-12-02 Thread GitBox
flinkbot commented on issue #10391: [FLINK-15025][python][legal] Fix the license and notice issue of flink-python module URL: https://github.com/apache/flink/pull/10391#issuecomment-561018692 ## CI report: * 445559cbe5bc1551dcd14f53d577c166bbcf1938 : UNKNOWN Bot

[jira] [Closed] (FLINK-14517) Handle escape characters for partition path

2019-12-02 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee closed FLINK-14517. Resolution: Fixed > Handle escape characters for partition path >

[jira] [Commented] (FLINK-14517) Handle escape characters for partition path

2019-12-02 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986646#comment-16986646 ] Jingsong Lee commented on FLINK-14517: -- Yes, it is. > Handle escape characters for partition path

[GitHub] [flink] flinkbot edited a comment on issue #10375: [FLINK-14845][runtime] Introduce data compression to reduce disk and network IO of shuffle.

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10375: [FLINK-14845][runtime] Introduce data compression to reduce disk and network IO of shuffle. URL: https://github.com/apache/flink/pull/10375#issuecomment-560214201 ## CI report: * af7ab17308bafebf22198881ad59ec4516da43e2 : SUCCESS

[jira] [Commented] (FLINK-14517) Handle escape characters for partition path

2019-12-02 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986644#comment-16986644 ] Kurt Young commented on FLINK-14517: This is covered by FLINK-14254? > Handle escape characters for

[GitHub] [flink] zhijiangW commented on a change in pull request #9985: [FLINK-10968][kubernetes] Implement TaskManager Entrypoint for Kubernetes.

2019-12-02 Thread GitBox
zhijiangW commented on a change in pull request #9985: [FLINK-10968][kubernetes] Implement TaskManager Entrypoint for Kubernetes. URL: https://github.com/apache/flink/pull/9985#discussion_r352998962 ## File path:

[GitHub] [flink] zhijiangW commented on a change in pull request #9985: [FLINK-10968][kubernetes] Implement TaskManager Entrypoint for Kubernetes.

2019-12-02 Thread GitBox
zhijiangW commented on a change in pull request #9985: [FLINK-10968][kubernetes] Implement TaskManager Entrypoint for Kubernetes. URL: https://github.com/apache/flink/pull/9985#discussion_r352998962 ## File path:

[GitHub] [flink] flinkbot edited a comment on issue #10296: [FLINK-14691][table]Add use/create/drop/alter database operation and support it in flink/blink planner

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10296: [FLINK-14691][table]Add use/create/drop/alter database operation and support it in flink/blink planner URL: https://github.com/apache/flink/pull/10296#issuecomment-557762350 ## CI report: * 7c5e46d1f794cb01be5088f5f5d29aec5850bf7f :

[GitHub] [flink] wangyang0918 commented on a change in pull request #9965: [FLINK-10935][kubernetes]Implement KubeClient with Faric8 Kubernetes clients

2019-12-02 Thread GitBox
wangyang0918 commented on a change in pull request #9965: [FLINK-10935][kubernetes]Implement KubeClient with Faric8 Kubernetes clients URL: https://github.com/apache/flink/pull/9965#discussion_r352997754 ## File path:

[GitHub] [flink] wangyang0918 commented on a change in pull request #9965: [FLINK-10935][kubernetes]Implement KubeClient with Faric8 Kubernetes clients

2019-12-02 Thread GitBox
wangyang0918 commented on a change in pull request #9965: [FLINK-10935][kubernetes]Implement KubeClient with Faric8 Kubernetes clients URL: https://github.com/apache/flink/pull/9965#discussion_r352997631 ## File path:

[jira] [Updated] (FLINK-15025) The license and notice of flink-python is incorrect

2019-12-02 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-15025: Summary: The license and notice of flink-python is incorrect (was: The license and notice is incorrect

[GitHub] [flink] flinkbot edited a comment on issue #10146: [FLINK-14188][runtime] TaskExecutor derive and register with default slot resource profile

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10146: [FLINK-14188][runtime] TaskExecutor derive and register with default slot resource profile URL: https://github.com/apache/flink/pull/10146#issuecomment-552307115 ## CI report: * 25f9e4b87846e5a736aa329c834f82962e1f50c4 : FAILURE

[jira] [Updated] (FLINK-15025) The license and notice is incorrect for the flink-python module

2019-12-02 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-15025: Description: FLINK-14581 accidentally excluded the directory src/main/resources from the jar of the

[GitHub] [flink] flinkbot commented on issue #10391: [FLINK-15025][python][legal] Fix the license and notice issue of flink-python module

2019-12-02 Thread GitBox
flinkbot commented on issue #10391: [FLINK-15025][python][legal] Fix the license and notice issue of flink-python module URL: https://github.com/apache/flink/pull/10391#issuecomment-561010634 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the

[jira] [Updated] (FLINK-15025) The license and notice is incorrect for the flink-python module

2019-12-02 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-15025: Description: FLINK-14581 accidentally excluded the directory src/main/resources from the jar of the

[jira] [Updated] (FLINK-15025) The license and notice is incorrect for the flink-python module

2019-12-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-15025: --- Labels: pull-request-available (was: ) > The license and notice is incorrect for the

[GitHub] [flink] dianfu opened a new pull request #10391: [FLINK-15025][python][legal] Fix the license and notice issue of flink-python module

2019-12-02 Thread GitBox
dianfu opened a new pull request #10391: [FLINK-15025][python][legal] Fix the license and notice issue of flink-python module URL: https://github.com/apache/flink/pull/10391 ## What is the purpose of the change *The license files of the bundled third-party dependencies which are

[GitHub] [flink] KurtYoung commented on issue #10380: [FLINK-14662]Distinguish unknown CatalogTableStatistics and zero

2019-12-02 Thread GitBox
KurtYoung commented on issue #10380: [FLINK-14662]Distinguish unknown CatalogTableStatistics and zero URL: https://github.com/apache/flink/pull/10380#issuecomment-561009129 My guess would be this is not the case with unknown table stats, but indeed have table stats that shows the row

[GitHub] [flink] zjuwangg commented on a change in pull request #10296: [FLINK-14691][table]Add use/create/drop/alter database operation and support it in flink/blink planner

2019-12-02 Thread GitBox
zjuwangg commented on a change in pull request #10296: [FLINK-14691][table]Add use/create/drop/alter database operation and support it in flink/blink planner URL: https://github.com/apache/flink/pull/10296#discussion_r352993142 ## File path:

[jira] [Commented] (FLINK-14987) JDBCTableSource can't support DataTypes.DECIMAL

2019-12-02 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986624#comment-16986624 ] Kurt Young commented on FLINK-14987: Thanks [~docete], assigned to you. > JDBCTableSource can't

[jira] [Assigned] (FLINK-14987) JDBCTableSource can't support DataTypes.DECIMAL

2019-12-02 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Young reassigned FLINK-14987: -- Assignee: Zhenghua Gao > JDBCTableSource can't support DataTypes.DECIMAL >

[GitHub] [flink] flinkbot edited a comment on issue #10306: [FLINK-13943][table-api] Provide utility method to convert Flink table to Java List

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10306: [FLINK-13943][table-api] Provide utility method to convert Flink table to Java List URL: https://github.com/apache/flink/pull/10306#issuecomment-558027199 ## CI report: * 0b265d192e2a6024e5817317be0317136208ccaf : SUCCESS

[jira] [Updated] (FLINK-15025) The license and notice is incorrect for the flink-python module

2019-12-02 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-15025: Description: The license files of the bundled third-party dependencies which are not of apache license

[jira] [Created] (FLINK-15025) The license and notice is not correct for the flink-python module

2019-12-02 Thread Dian Fu (Jira)
Dian Fu created FLINK-15025: --- Summary: The license and notice is not correct for the flink-python module Key: FLINK-15025 URL: https://issues.apache.org/jira/browse/FLINK-15025 Project: Flink

[GitHub] [flink] flinkbot edited a comment on issue #9782: [FLINK-14241][test] Add ARM installation steps for flink e2e container tests

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #9782: [FLINK-14241][test] Add ARM installation steps for flink e2e container tests URL: https://github.com/apache/flink/pull/9782#issuecomment-535826739 ## CI report: * d48b95539070679639d5e8c4e640b9a710d7 : FAILURE

[jira] [Updated] (FLINK-15025) The license and notice is incorrect for the flink-python module

2019-12-02 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-15025: Summary: The license and notice is incorrect for the flink-python module (was: The license and notice is

[jira] [Commented] (FLINK-14987) JDBCTableSource can't support DataTypes.DECIMAL

2019-12-02 Thread Zhenghua Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986621#comment-16986621 ] Zhenghua Gao commented on FLINK-14987: -- [~ykt836] OK, i will take it and prepare a PR soon >

[jira] [Closed] (FLINK-10556) Integration with Apache Hive

2019-12-02 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-10556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee closed FLINK-10556. Resolution: Fixed > Integration with Apache Hive > > >

[GitHub] [flink] zhuzhurk commented on a change in pull request #9965: [FLINK-10935][kubernetes]Implement KubeClient with Faric8 Kubernetes clients

2019-12-02 Thread GitBox
zhuzhurk commented on a change in pull request #9965: [FLINK-10935][kubernetes]Implement KubeClient with Faric8 Kubernetes clients URL: https://github.com/apache/flink/pull/9965#discussion_r352989825 ## File path:

[GitHub] [flink] flinkbot edited a comment on issue #10146: [FLINK-14188][runtime] TaskExecutor derive and register with default slot resource profile

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10146: [FLINK-14188][runtime] TaskExecutor derive and register with default slot resource profile URL: https://github.com/apache/flink/pull/10146#issuecomment-552307115 ## CI report: * 25f9e4b87846e5a736aa329c834f82962e1f50c4 : FAILURE

[GitHub] [flink] flinkbot edited a comment on issue #10386: [FLINK-15016][build] Remove unused dependency

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10386: [FLINK-15016][build] Remove unused dependency URL: https://github.com/apache/flink/pull/10386#issuecomment-560583286 ## CI report: * 150ce21038652e6761093afaed623041131e784d : PENDING

[GitHub] [flink] flinkbot edited a comment on issue #10390: [FLINK-15004] [table-planner-blink] Choose SortMergeJoin and two-phase Aggregate if the row count is unknown

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10390: [FLINK-15004] [table-planner-blink] Choose SortMergeJoin and two-phase Aggregate if the row count is unknown URL: https://github.com/apache/flink/pull/10390#issuecomment-560995750 ## CI report: * b954b01901d861cdb57d970ee7c27e659210e8df

[GitHub] [flink] flinkbot edited a comment on issue #10389: [FLINK-14198][python] Add "type" and "rtype" options to flink python API docstrings of table.py and table_environment.py

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10389: [FLINK-14198][python] Add "type" and "rtype" options to flink python API docstrings of table.py and table_environment.py URL: https://github.com/apache/flink/pull/10389#issuecomment-560984209 ## CI report: *

[GitHub] [flink] flinkbot edited a comment on issue #10385: [FLINK-11046][elasticsearch] Bump elasticsearch-rest-high-level-client to 7.5.0 in connectors

2019-12-02 Thread GitBox
flinkbot edited a comment on issue #10385: [FLINK-11046][elasticsearch] Bump elasticsearch-rest-high-level-client to 7.5.0 in connectors URL: https://github.com/apache/flink/pull/10385#issuecomment-560570592 ## CI report: * 3e4c921957972856dcca1f8b3dc78e286232c093 : FAILURE

[jira] [Updated] (FLINK-15024) System classloader memory leak after loading too many codegen classes.

2019-12-02 Thread Yingjie Cao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yingjie Cao updated FLINK-15024: Description: We are using Flink session cluster as a service for ad-hoc queries. After running

[jira] [Created] (FLINK-15024) System classloader memory leak after loading too many codegen classes.

2019-12-02 Thread Yingjie Cao (Jira)
Yingjie Cao created FLINK-15024: --- Summary: System classloader memory leak after loading too many codegen classes. Key: FLINK-15024 URL: https://issues.apache.org/jira/browse/FLINK-15024 Project: Flink

[jira] [Commented] (FLINK-10556) Integration with Apache Hive

2019-12-02 Thread Bowen Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-10556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986612#comment-16986612 ] Bowen Li commented on FLINK-10556: -- [~lzljs3620320] I think it can be closed now > Integration with

[jira] [Updated] (FLINK-10556) Integration with Apache Hive

2019-12-02 Thread Bowen Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-10556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bowen Li updated FLINK-10556: - Fix Version/s: 1.10.0 > Integration with Apache Hive > > >

[jira] [Closed] (FLINK-10719) Add user documentation for Flink-Hive integration

2019-12-02 Thread Bowen Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-10719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bowen Li closed FLINK-10719. Resolution: Duplicate > Add user documentation for Flink-Hive integration >

[jira] [Assigned] (FLINK-14992) Add job submission listener to execution environments

2019-12-02 Thread Zili Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zili Chen reassigned FLINK-14992: - Assignee: Zili Chen > Add job submission listener to execution environments >

[jira] [Commented] (FLINK-15016) Remove unused dependency

2019-12-02 Thread Zili Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986610#comment-16986610 ] Zili Chen commented on FLINK-15016: --- Hi [~phoenixjiangnan] [~cesarsotovalero] already works on this

  1   2   3   4   5   6   7   >