[jira] [Created] (FLINK-18621) Simplify the methods of Executor interface in sql client

2020-07-17 Thread godfrey he (Jira)
godfrey he created FLINK-18621: -- Summary: Simplify the methods of Executor interface in sql client Key: FLINK-18621 URL: https://issues.apache.org/jira/browse/FLINK-18621 Project: Flink Issue Ty

[jira] [Created] (FLINK-18622) Add limit method in the Python Table API

2020-07-17 Thread Dian Fu (Jira)
Dian Fu created FLINK-18622: --- Summary: Add limit method in the Python Table API Key: FLINK-18622 URL: https://issues.apache.org/jira/browse/FLINK-18622 Project: Flink Issue Type: Task Com

[jira] [Created] (FLINK-18623) CREATE TEMPORARY TABLE not documented

2020-07-17 Thread Fabian Hueske (Jira)
Fabian Hueske created FLINK-18623: - Summary: CREATE TEMPORARY TABLE not documented Key: FLINK-18623 URL: https://issues.apache.org/jira/browse/FLINK-18623 Project: Flink Issue Type: Bug

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

2020-07-17 Thread Dian Fu
Generally, I tend to continue the vote if this is not a blocking issue for the following reasons: - As discussed in the discussion thread[1], this release is mainly to fix the CDC bug to provide a complete CDC feature. - We are still in an early stage after 1.11.0 release, so I think there will

[jira] [Created] (FLINK-18624) Document CREATE TEMPORARY TABLE

2020-07-17 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-18624: Summary: Document CREATE TEMPORARY TABLE Key: FLINK-18624 URL: https://issues.apache.org/jira/browse/FLINK-18624 Project: Flink Issue Type: New Feature

Re: How to write junit testcases for KeyedBroadCastProcess Function

2020-07-17 Thread David Anderson
You could approach testing this in the same way that Flink has implemented its unit tests for KeyedBroadcastProcessFunctions, which is to use a KeyedTwoInputStreamOperatorTestHarness with a CoBroadcastWithKeyedOperator. To learn how to use Flink's test harnesses, see [1], and for an example of test

[jira] [Created] (FLINK-18625) Maintain redundant taskmanagers to speed up failover

2020-07-17 Thread Liu (Jira)
Liu created FLINK-18625: --- Summary: Maintain redundant taskmanagers to speed up failover Key: FLINK-18625 URL: https://issues.apache.org/jira/browse/FLINK-18625 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-18626) the result of aggregate SQL on streaming cannot write to upsert table sink

2020-07-17 Thread gaoling ma (Jira)
gaoling ma created FLINK-18626: -- Summary: the result of aggregate SQL on streaming cannot write to upsert table sink Key: FLINK-18626 URL: https://issues.apache.org/jira/browse/FLINK-18626 Project: Flin

[jira] [Created] (FLINK-18627) Get unmatch filter method records to side output

2020-07-17 Thread Roey Shem Tov (Jira)
Roey Shem Tov created FLINK-18627: - Summary: Get unmatch filter method records to side output Key: FLINK-18627 URL: https://issues.apache.org/jira/browse/FLINK-18627 Project: Flink Issue Type

[jira] [Created] (FLINK-18628) Invalid error message for overloaded methods with same parameter name

2020-07-17 Thread Timo Walther (Jira)
Timo Walther created FLINK-18628: Summary: Invalid error message for overloaded methods with same parameter name Key: FLINK-18628 URL: https://issues.apache.org/jira/browse/FLINK-18628 Project: Flink

[jira] [Created] (FLINK-18629) ConnectedStreams#keyBy can not derive key TypeInformation for lambda KeySelectors

2020-07-17 Thread Dawid Wysakowicz (Jira)
Dawid Wysakowicz created FLINK-18629: Summary: ConnectedStreams#keyBy can not derive key TypeInformation for lambda KeySelectors Key: FLINK-18629 URL: https://issues.apache.org/jira/browse/FLINK-18629

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

2020-07-17 Thread Timo Walther
I agree with Dian. We can release a 1.11.2 shortly afterwards. Only regressions compared to 1.11.0 should block this vote. Regards, Timo On 17.07.20 10:48, Dian Fu wrote: Generally, I tend to continue the vote if this is not a blocking issue for the following reasons: - As discussed in the di

[jira] [Created] (FLINK-18630) Improve solution to Long Rides training exercise

2020-07-17 Thread David Anderson (Jira)
David Anderson created FLINK-18630: -- Summary: Improve solution to Long Rides training exercise Key: FLINK-18630 URL: https://issues.apache.org/jira/browse/FLINK-18630 Project: Flink Issue Ty

[jira] [Created] (FLINK-18631) Serializer for scala sealed trait hierarchies

2020-07-17 Thread Roman Grebennikov (Jira)
Roman Grebennikov created FLINK-18631: - Summary: Serializer for scala sealed trait hierarchies Key: FLINK-18631 URL: https://issues.apache.org/jira/browse/FLINK-18631 Project: Flink Issue

[jira] [Created] (FLINK-18632) RowData's row kind do not assigned from input row data when sink code generate and physical type info is pojo type

2020-07-17 Thread luoziyu (Jira)
luoziyu created FLINK-18632: --- Summary: RowData's row kind do not assigned from input row data when sink code generate and physical type info is pojo type Key: FLINK-18632 URL: https://issues.apache.org/jira/browse/FLINK

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

2020-07-17 Thread Leonard Xu
+1 (non-binding) - checked/verified signatures and hashes - built from source code with scala 2.11 succeeded - checked that there are no missing artifacts - started a cluster, the Web UI was accessible, submitted a wordcount job and ran succeeded, no suspicious log output - test using SQL Client

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

2020-07-17 Thread Rui Li
OK, I agree FLINK-18588 can wait for the next release. On Fri, Jul 17, 2020 at 11:56 PM Leonard Xu wrote: > +1 (non-binding) > > - checked/verified signatures and hashes > - built from source code with scala 2.11 succeeded > - checked that there are no missing artifacts > - started a cluster, th

Flink Sinks

2020-07-17 Thread Prasanna kumar
Hi , I did not find out of box flink sink connector for http and SQS mechanism. Has anyone implemented it? Wanted to know if we are writing a custom sink function , whether it would affect semantic exactly one guarantees ? Thanks , Prasanna

thrift support

2020-07-17 Thread Chen Qin
Hi there, Here in Pinterest, we utilize thrift end to end in our tech stack. As we have been building Flink as a service platform, the team spent time working on supporting Flink jobs with thrift format and successfully launched a good number of important jobs in Production in H1. In H2, we are l

[jira] [Created] (FLINK-18633) Download miniconda is instable

2020-07-17 Thread Dian Fu (Jira)
Dian Fu created FLINK-18633: --- Summary: Download miniconda is instable Key: FLINK-18633 URL: https://issues.apache.org/jira/browse/FLINK-18633 Project: Flink Issue Type: Test Components: A

[jira] [Created] (FLINK-18634) FlinkKafkaProducerITCase.testRecoverCommittedTransaction failed with "Timeout expired after 60000milliseconds while awaiting InitProducerId"

2020-07-17 Thread Dian Fu (Jira)
Dian Fu created FLINK-18634: --- Summary: FlinkKafkaProducerITCase.testRecoverCommittedTransaction failed with "Timeout expired after 6milliseconds while awaiting InitProducerId" Key: FLINK-18634 URL: https://issues.a