Re: Dev process: testing one suite only (and are our docs suggesting Java 8 accurate?)

2021-04-09 Thread Arvid Heise
In our nightly build, we run all modules against Java 11. [1] The only reason we do not compile with Java 11 is that we want to specifically test that our finally released jars that are compiled with Java 8 also work with Java 11. So there should be no reason to stick with Java 8; documentation is

[jira] [Created] (FLINK-22185) Add k8s example to flink-statefun-playground

2021-04-09 Thread Igal Shilman (Jira)
Igal Shilman created FLINK-22185: Summary: Add k8s example to flink-statefun-playground Key: FLINK-22185 URL: https://issues.apache.org/jira/browse/FLINK-22185 Project: Flink Issue Type: Task

[jira] [Created] (FLINK-22184) Rest client shutdown on failure runs in netty thread

2021-04-09 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-22184: Summary: Rest client shutdown on failure runs in netty thread Key: FLINK-22184 URL: https://issues.apache.org/jira/browse/FLINK-22184 Project: Flink

[jira] [Created] (FLINK-22183) Update Website copyright footer

2021-04-09 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-22183: Summary: Update Website copyright footer Key: FLINK-22183 URL: https://issues.apache.org/jira/browse/FLINK-22183 Project: Flink Issue Type: Task

[jira] [Created] (FLINK-22182) Incorrect round when dividing two decimals

2021-04-09 Thread Jira
Maciej BryƄski created FLINK-22182: -- Summary: Incorrect round when dividing two decimals Key: FLINK-22182 URL: https://issues.apache.org/jira/browse/FLINK-22182 Project: Flink Issue Type: Bu

[jira] [Created] (FLINK-22181) SourceNAryInputChainingITCase hangs on azure

2021-04-09 Thread Dawid Wysakowicz (Jira)
Dawid Wysakowicz created FLINK-22181: Summary: SourceNAryInputChainingITCase hangs on azure Key: FLINK-22181 URL: https://issues.apache.org/jira/browse/FLINK-22181 Project: Flink Issue Ty

[jira] [Created] (FLINK-22180) EmptyWorksetIterationITCase fail on Azure

2021-04-09 Thread Dawid Wysakowicz (Jira)
Dawid Wysakowicz created FLINK-22180: Summary: EmptyWorksetIterationITCase fail on Azure Key: FLINK-22180 URL: https://issues.apache.org/jira/browse/FLINK-22180 Project: Flink Issue Type:

Re: Dev process: testing one suite only (and are our docs suggesting Java 8 accurate?)

2021-04-09 Thread Till Rohrmann
I think the reason why Java 8 is written as a prerequisite is that not all Flink modules can compile/run with Java 11 if I am not mistaken. I think this affects mostly connectors [1]. [1] https://ci.apache.org/projects/flink/flink-docs-stable/release-notes/flink-1.10.html#java-11-support-flink-107

[jira] [Created] (FLINK-22179) Manual test time function changes and new time attributes support

2021-04-09 Thread Leonard Xu (Jira)
Leonard Xu created FLINK-22179: -- Summary: Manual test time function changes and new time attributes support Key: FLINK-22179 URL: https://issues.apache.org/jira/browse/FLINK-22179 Project: Flink

[jira] [Created] (FLINK-22178) Support ignore-first-line option in new csv format

2021-04-09 Thread Kurt Young (Jira)
Kurt Young created FLINK-22178: -- Summary: Support ignore-first-line option in new csv format Key: FLINK-22178 URL: https://issues.apache.org/jira/browse/FLINK-22178 Project: Flink Issue Type: Ne

[jira] [Created] (FLINK-22177) Add docs for consistent time functions and compatibility specification

2021-04-09 Thread Leonard Xu (Jira)
Leonard Xu created FLINK-22177: -- Summary: Add docs for consistent time functions and compatibility specification Key: FLINK-22177 URL: https://issues.apache.org/jira/browse/FLINK-22177 Project: Flink

Re: Dev process: testing one suite only (and are our docs suggesting Java 8 accurate?)

2021-04-09 Thread Adam Roberts
Till - thanks! I was on that page and had a notification it had been updated. Scrolled down to see the exact command I needed. This kinda output looks much better (am guessing the other suites *must* run)? [INFO] [INFO] Rea

[jira] [Created] (FLINK-22176) Test SQL Client manually

2021-04-09 Thread Shengkai Fang (Jira)
Shengkai Fang created FLINK-22176: - Summary: Test SQL Client manually Key: FLINK-22176 URL: https://issues.apache.org/jira/browse/FLINK-22176 Project: Flink Issue Type: Bug Componen

Re: Dev process: testing one suite only (and are our docs suggesting Java 8 accurate?)

2021-04-09 Thread Till Rohrmann
Hi Adam, what works for me to run a single/set of tests is to use mvn verify -pl flink-runtime -Dtest='JobMaster*' -DfailIfNoTests=false -am I will add it to the wiki. Concerning FLINK-21672, I think it would be really great to not use vendor specific classes if possible. If you find a solution

[jira] [Created] (FLINK-22175) some mistakes in common.md

2021-04-09 Thread wym_maozi (Jira)
wym_maozi created FLINK-22175: - Summary: some mistakes in common.md Key: FLINK-22175 URL: https://issues.apache.org/jira/browse/FLINK-22175 Project: Flink Issue Type: Bug Components: D

[jira] [Created] (FLINK-22174) `csv.quote-character` does not work for csv format when sink

2021-04-09 Thread hehuiyuan (Jira)
hehuiyuan created FLINK-22174: - Summary: `csv.quote-character` does not work for csv format when sink Key: FLINK-22174 URL: https://issues.apache.org/jira/browse/FLINK-22174 Project: Flink I