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

2021-05-27 Thread Chesnay Schepler
+1 (binding) - reviewed website PR - checked repository contents for presence of scala 2.11/2.12 artifacts, and that they are indeed using different scala versions - checked release commit (a7f31926eced15fa2df353b06c71b86c4f9a8e0c) On 5/25/2021 3:32 PM, Dawid Wysakowicz wrote: |Hi everyone,|

[jira] [Created] (FLINK-22787) Fix parse error when input statement has inline comments

2021-05-27 Thread Shengkai Fang (Jira)
Shengkai Fang created FLINK-22787: - Summary: Fix parse error when input statement has inline comments Key: FLINK-22787 URL: https://issues.apache.org/jira/browse/FLINK-22787 Project: Flink Is

[jira] [Created] (FLINK-22788) Code of equals method grows beyond 64 KB

2021-05-27 Thread Jira
Maciej Bryński created FLINK-22788: -- Summary: Code of equals method grows beyond 64 KB Key: FLINK-22788 URL: https://issues.apache.org/jira/browse/FLINK-22788 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-22789) flink1.10 Support Hive version 2.3.7

2021-05-27 Thread houshitao (Jira)
houshitao created FLINK-22789: - Summary: flink1.10 Support Hive version 2.3.7 Key: FLINK-22789 URL: https://issues.apache.org/jira/browse/FLINK-22789 Project: Flink Issue Type: Improvement

[DISCUSS] SQL CTAS Syntax

2021-05-27 Thread Danny Chan
Hi, dear Flink community ~ The data integration is one of the most popular use case for Flink, from the point of SQL, we aim to design an API for SQL users in data ingestion. We have referenced some RDBMS and there is a classic CTAS syntax for table data copy [1][2][3][4]. We decide to use the CT

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

2021-05-27 Thread Dawid Wysakowicz
+1 (binding) * verified signatures and checksums * built from sources and run an example, quickly checked Web UI * checked diff of pom.xml and NOTICE files from 1.13.0, o there were no version changes, o checked the updated licenses of javascript dependencies Best, Dawid On 26

[jira] [Created] (FLINK-22790) HybridSource end-to-end test

2021-05-27 Thread Thomas Weise (Jira)
Thomas Weise created FLINK-22790: Summary: HybridSource end-to-end test Key: FLINK-22790 URL: https://issues.apache.org/jira/browse/FLINK-22790 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-22791) HybridSource user documentation

2021-05-27 Thread Thomas Weise (Jira)
Thomas Weise created FLINK-22791: Summary: HybridSource user documentation Key: FLINK-22791 URL: https://issues.apache.org/jira/browse/FLINK-22791 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-22792) Limit size of already processed files in File Source SplitEnumerator

2021-05-27 Thread Tianxin Zhao (Jira)
Tianxin Zhao created FLINK-22792: Summary: Limit size of already processed files in File Source SplitEnumerator Key: FLINK-22792 URL: https://issues.apache.org/jira/browse/FLINK-22792 Project: Flink

[jira] [Created] (FLINK-22793) HybridSource Table Implementation

2021-05-27 Thread Nicholas Jiang (Jira)
Nicholas Jiang created FLINK-22793: -- Summary: HybridSource Table Implementation Key: FLINK-22793 URL: https://issues.apache.org/jira/browse/FLINK-22793 Project: Flink Issue Type: Sub-task

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

2021-05-27 Thread Xingbo Huang
+1 (non-binding) - verified checksums and signatures - built from source code - check apache-flink source/wheel package content - run python udf job Best, Xingbo Dawid Wysakowicz 于2021年5月27日周四 下午9:45写道: > +1 (binding) > >- verified signatures and checksums >- built from sources and run

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

2021-05-27 Thread Leonard Xu
+1 (non-binding) - verified signatures and hashes - built from source code with scala 2.11 succeeded - started a cluster, WebUI was accessible, ran a window word count job, no suspicious log output - ran some SQL jobs in SQL Client, the queries result is expected - the web PR looks good Best, L

[jira] [Created] (FLINK-22794) flink-sql-parser and flink-sql-hive-parser

2021-05-27 Thread WeiNan Zhao (Jira)
WeiNan Zhao created FLINK-22794: --- Summary: flink-sql-parser and flink-sql-hive-parser Key: FLINK-22794 URL: https://issues.apache.org/jira/browse/FLINK-22794 Project: Flink Issue Type: Improve