[jira] [Created] (FLINK-14997) Avoid to call unnecessary delete within RocksDBState's mergeNamespaces implementation

2019-12-01 Thread Yun Tang (Jira)
Yun Tang created FLINK-14997: Summary: Avoid to call unnecessary delete within RocksDBState's mergeNamespaces implementation Key: FLINK-14997 URL: https://issues.apache.org/jira/browse/FLINK-14997 Project

[jira] [Created] (FLINK-14998) Remove FileUtils#deletePathIfEmpty

2019-12-01 Thread Yun Tang (Jira)
Yun Tang created FLINK-14998: Summary: Remove FileUtils#deletePathIfEmpty Key: FLINK-14998 URL: https://issues.apache.org/jira/browse/FLINK-14998 Project: Flink Issue Type: Bug Componen

[ANNOUNCE] Weekly Community Update 2019/48

2019-12-01 Thread Konstantin Knauf
Dear community, happy to share a short community update this week. With one week to go to the planned feature freeze for Flink 1.10 and Flink Forward Asia in Beijing the dev@ mailing list pretty quiet these days. Flink Development == * [releases] Hequn has started the vote on RC1 for

Re: [VOTE] Setup a secur...@flink.apache.org mailing list

2019-12-01 Thread Becket Qin
Thanks for driving this, Dian. +1 from me, for the reasons I mentioned in the discussion thread. On Tue, Nov 26, 2019 at 12:08 PM Dian Fu wrote: > NOTE: Only PMC votes is binding. > > Thanks for sharing your thoughts. I also think that this doesn't fall into > any of the existing categories lis

[jira] [Created] (FLINK-14999) sub-plan reuse should consider

2019-12-01 Thread godfrey he (Jira)
godfrey he created FLINK-14999: -- Summary: sub-plan reuse should consider Key: FLINK-14999 URL: https://issues.apache.org/jira/browse/FLINK-14999 Project: Flink Issue Type: Bug Report

[jira] [Created] (FLINK-15000) Metrics is very slow when parallelism is over 1000

2019-12-01 Thread fa zheng (Jira)
fa zheng created FLINK-15000: Summary: Metrics is very slow when parallelism is over 1000 Key: FLINK-15000 URL: https://issues.apache.org/jira/browse/FLINK-15000 Project: Flink Issue Type: Improv

[jira] [Created] (FLINK-15001) The digest of sub-plan reuse should contain RelNode's trait

2019-12-01 Thread godfrey he (Jira)
godfrey he created FLINK-15001: -- Summary: The digest of sub-plan reuse should contain RelNode's trait Key: FLINK-15001 URL: https://issues.apache.org/jira/browse/FLINK-15001 Project: Flink Issu

Re: [DISCUSS] Disable conversion between TIMESTAMP and Long in parameters and results of UDXs

2019-12-01 Thread Zhenghua Gao
Since it is unanimously agreed that we should disable conversion between Timestmap and long in parameters and results of UDXs, in PR [1] we will disable it in blink planner. And we will add a release note in FLINK-14599 [2] of this incompatible modification.

[jira] [Created] (FLINK-15002) Add catalog API to get partition by filter

2019-12-01 Thread Rui Li (Jira)
Rui Li created FLINK-15002: -- Summary: Add catalog API to get partition by filter Key: FLINK-15002 URL: https://issues.apache.org/jira/browse/FLINK-15002 Project: Flink Issue Type: Task R

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

2019-12-01 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-15003: Summary: Use embedded mode to improve hive test performance Key: FLINK-15003 URL: https://issues.apache.org/jira/browse/FLINK-15003 Project: Flink Issue Type

[jira] [Created] (FLINK-15004) Choose SortMergeJoin instead of HashJoin if the statistics is unknown

2019-12-01 Thread godfrey he (Jira)
godfrey he created FLINK-15004: -- Summary: Choose SortMergeJoin instead of HashJoin if the statistics is unknown Key: FLINK-15004 URL: https://issues.apache.org/jira/browse/FLINK-15004 Project: Flink

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-12-01 Thread Jingsong Li
Hi Forward: Document looks good to me. I think you can just start doing this. They all work very independently, so I don't think there's any obvious blocking. Best, Jingsong Lee On Sat, Nov 30, 2019 at 10:59 AM Forward Xu wrote: > Hi everyone, It's been a long time since I started this discuss

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-12-01 Thread Forward Xu
Hi Jingsong Lee : Thank you very much, I need to apply for FLIP permission. Do I need to create a FLIP for this? Best, Forward Jingsong Li 于2019年12月2日周一 上午11:40写道: > Hi Forward: > > Document looks good to me. > I think you can just start doing this. > They all work very independently, so I don

[jira] [Created] (FLINK-15005) Change CatalogTableStats.UNKNOW and HiveStatsUtil stats default value

2019-12-01 Thread Terry Wang (Jira)
Terry Wang created FLINK-15005: -- Summary: Change CatalogTableStats.UNKNOW and HiveStatsUtil stats default value Key: FLINK-15005 URL: https://issues.apache.org/jira/browse/FLINK-15005 Project: Flink

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-12-01 Thread Jark Wu
Hi Forward, Sorry for the late reply. As I said before, it would be better to include the JSON functions API for Table API. For example, what the "json_exist", "json_value", "json_query", etc... functions in Table API looks like. And it would be better to follow FLIP template [1] which include "Pu

Re: [VOTE] Release 1.8.3, release candidate #1

2019-12-01 Thread Hequn Cheng
Hi all, The license problem has been resolved now. Thanks a lot for fixing the problem @Chesnay Schepler . I will create the RC2 and raise a new vote. The RC2 will be cut from the latest release-1.8 branch, i.e., it contains 4 more commits than RC1. Best, Hequn On Fri, Nov 29, 2019 at 11:45 PM

"Fundamentals of Apache Flink" guide for Apache Flink

2019-12-01 Thread Deeksha Thakkar
Hello Team, I hope you are doing well. Hi, I'm Deeksha. I work as an Outreach Executive at Packt. Packt is an online learning platform, offering over 7,000 computer programming and design courses that cater to tech industry professionals and companies. I want to let you know that we have r

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-12-01 Thread Forward Xu
Hi Jark, Thank you very much,I will improve this document as soon as possible. My confluence username is ForwardXu. Best, Forward Jark Wu 于2019年12月2日周一 上午11:56写道: > Hi Forward, > > Sorry for the late reply. > As I said before, it would be better to include the JSON functions API for > Table API

[VOTE] FLIP-88: PyFlink User-Defined Function Resource Management

2019-12-01 Thread Dian Fu
Hi all, I'd like to start the vote of FLIP-88 [1] since that we have reached an agreement on the design in the discussion thread [2]. This vote will be open for at least 72 hours. Unless there is an objection, I will try to close it by Dec 5, 2019 08:00 UTC if we have received sufficient vote

[DISCUSS] Improve the Pyflink command line options (Adjustment to FLIP-78)

2019-12-01 Thread Wei Zhong
Hi everyone, I wanted to bring up the discussion of improving the Pyflink command line options. A few command line options have been introduced in the FLIP-78 [1], i.e. "python-executable-path", "python-requirements","python-archive", etc. There are a few problems with these options, i.e. the

Re: [VOTE] FLIP-88: PyFlink User-Defined Function Resource Management

2019-12-01 Thread Jingsong Lee
Hi Dian: Thanks for your driving. I have some questions: - Where should these configurations belong? You have mentioned tableApi/SQL, so should in TableConfig? - If just in table/sql, whether it should be called: table.python., because in table, all config options are called table.***. - What

Re: [DISCUSS] PyFlink User-Defined Function Resource Management

2019-12-01 Thread Jingsong Lee
Hi Dian: Thanks for your driving. I have some questions: - Where should these configurations belong? You have mentioned tableApi/SQL, so should in TableConfig? - If just in table/sql, whether it should be called: table.python., because in table, all config options are called table.***. -

Re: [VOTE] FLIP-88: PyFlink User-Defined Function Resource Management

2019-12-01 Thread Jingsong Li
Sorry for bothering your voting. Let's discuss in discussion thread. Best, Jingsong Lee On Mon, Dec 2, 2019 at 3:32 PM Jingsong Lee wrote: > Hi Dian: > > Thanks for your driving. I have some questions: > > - Where should these configurations belong? You have mentioned > tableApi/SQL, so should