[jira] [Created] (FLINK-19028) Translate the "application_parameters.zh.md" into Chinese

2020-08-23 Thread pp (Jira)
pp created FLINK-19028: -- Summary: Translate the "application_parameters.zh.md" into Chinese Key: FLINK-19028 URL: https://issues.apache.org/jira/browse/FLINK-19028 Project: Flink Issue Type: Improvemen

Re: SDK vs Connectors

2020-08-23 Thread Prasanna kumar
Thanks for the Reply Yun, I see that when I publish the messages to SNS from map operator, in case of any errors I find the checkpointing mechanism takes care of "no data loss". One scenario I could not replicate is that, the method from SDK unable to send messages to SNS but remains silent not t

Re: [DISCUSS] FLIP-132: Temporal Table DDL

2020-08-23 Thread Jark Wu
I think we have to make some compromise here. Either updating the definition of "temporal table", or extending the definition of "temporal join". I'm also fine with Rui's proposal that "temporal join" can also work with a regular table. Best, Jark On Fri, 21 Aug 2020 at 23:49, Leonard Xu wrote:

[jira] [Created] (FLINK-19029) Collect mulitple jobs in 1 UI

2020-08-23 Thread Nikola (Jira)
Nikola created FLINK-19029: -- Summary: Collect mulitple jobs in 1 UI Key: FLINK-19029 URL: https://issues.apache.org/jira/browse/FLINK-19029 Project: Flink Issue Type: New Feature Component

[jira] [Created] (FLINK-19030) Support lookup source for filesystem connector

2020-08-23 Thread Jark Wu (Jira)
Jark Wu created FLINK-19030: --- Summary: Support lookup source for filesystem connector Key: FLINK-19030 URL: https://issues.apache.org/jira/browse/FLINK-19030 Project: Flink Issue Type: New Feature

[DISCUSS] FLIP-137: Support Pandas UDAF in PyFlink

2020-08-23 Thread Xingbo Huang
Hi everyone, I would like to start a discussion thread on "Support Pandas UDAF in PyFlink" Pandas UDF has been supported in FLINK 1.11 (FLIP-97[1]). It solves the high serialization/deserialization overhead in Python UDF and makes it convenient to leverage the popular Python libraries such as Pan