[jira] [Created] (FLINK-20526) Enable logback scan configuration by default

2020-12-07 Thread xiaozilong (Jira)
xiaozilong created FLINK-20526: -- Summary: Enable logback scan configuration by default Key: FLINK-20526 URL: https://issues.apache.org/jira/browse/FLINK-20526 Project: Flink Issue Type:

[jira] [Created] (FLINK-20525) Fix StreamArrowPythonGroupWindowAggregateFunctionOperator's incorrect handling of rowtime and proctime fields

2020-12-07 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20525: Summary: Fix StreamArrowPythonGroupWindowAggregateFunctionOperator's incorrect handling of rowtime and proctime fields Key: FLINK-20525 URL:

[jira] [Created] (FLINK-20524) Package KafkaTestEnvironment into Kafka connector test JAR

2020-12-07 Thread Qingsheng Ren (Jira)
Qingsheng Ren created FLINK-20524: - Summary: Package KafkaTestEnvironment into Kafka connector test JAR Key: FLINK-20524 URL: https://issues.apache.org/jira/browse/FLINK-20524 Project: Flink

[jira] [Created] (FLINK-20523) OffsetsInitializerTest test failed with "java.net.BindException: Address already in use"

2020-12-07 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20523: Summary: OffsetsInitializerTest test failed with "java.net.BindException: Address already in use" Key: FLINK-20523 URL: https://issues.apache.org/jira/browse/FLINK-20523

Re: Urgent help on S3 CSV file reader DataStream Job

2020-12-07 Thread DEEP NARAYAN Singh
Hi Wei and Till, Thanks for the quick reply. *@Wei,* I tried with code which you have suggested and it is working fine but I have one use case where it is failing, below is the csv input data format : Csv file data format : --- *field_id,data,* *A,1B,3C,4D,9*

[jira] [Created] (FLINK-20522) Make implementing a built-in function straightforward

2020-12-07 Thread Timo Walther (Jira)
Timo Walther created FLINK-20522: Summary: Make implementing a built-in function straightforward Key: FLINK-20522 URL: https://issues.apache.org/jira/browse/FLINK-20522 Project: Flink Issue

[RESULT][VOTE] Release 1.12.0, release candidate #3

2020-12-07 Thread Dian Fu
I'm happy to announce that we have unanimously approved 1.12.0 release. There are 12 approving votes, 4 of which are binding: * Robert (binding) * Till (binding) * Zhuzhu (binding) * Dawid (binding) * Xingbo, Huang (non-binding) * Rui, Li (non-binding) * Xintong, Song (non-binding) * Yang, Wang

Re: [VOTE] Release 1.12.0, release candidate #3

2020-12-07 Thread Dian Fu
Thank you all for the votes. Regarding to the license issue reported by Dawid, Chesnay's point sounds reasonable for me. It should not be a blocker issue. Since the voting time has passed, I will conclude the vote result in a separate thread. > 在 2020年12月7日,下午9:45,Chesnay Schepler 写道: > >

[jira] [Created] (FLINK-20521) Null result values are being swallowed by RPC system

2020-12-07 Thread Till Rohrmann (Jira)
Till Rohrmann created FLINK-20521: - Summary: Null result values are being swallowed by RPC system Key: FLINK-20521 URL: https://issues.apache.org/jira/browse/FLINK-20521 Project: Flink Issue

[jira] [Created] (FLINK-20520) Document that metric names can contain characters that need to be escaped

2020-12-07 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-20520: Summary: Document that metric names can contain characters that need to be escaped Key: FLINK-20520 URL: https://issues.apache.org/jira/browse/FLINK-20520

Re: [VOTE] Release 1.12.0, release candidate #3

2020-12-07 Thread Chesnay Schepler
I've filed https://issues.apache.org/jira/browse/FLINK-20519 for the hbase issue. Since we still ship the protobuf license I don't think this is a blocker. On 12/7/2020 10:52 AM, Dawid Wysakowicz wrote: +1 (binding) * Verified the checksums * Verified that the source archives do not contain

[jira] [Created] (FLINK-20519) Extend HBase notice with transitively bundled dependencies

2020-12-07 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-20519: Summary: Extend HBase notice with transitively bundled dependencies Key: FLINK-20519 URL: https://issues.apache.org/jira/browse/FLINK-20519 Project: Flink

[jira] [Created] (FLINK-20518) WebUI should escape characters in metric names

2020-12-07 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-20518: Summary: WebUI should escape characters in metric names Key: FLINK-20518 URL: https://issues.apache.org/jira/browse/FLINK-20518 Project: Flink Issue

Re: Urgent help on S3 CSV file reader DataStream Job

2020-12-07 Thread Till Rohrmann
Hi Deep, Could you use the TextInputFormat which reads a file line by line? That way you can do the JSON parsing as part of a mapper which consumes the file lines. Cheers, Till On Mon, Dec 7, 2020 at 1:05 PM Wei Zhong wrote: > Hi Deep, > > (redirecting this to user mailing list as this is not

[jira] [Created] (FLINK-20517) Disallow operators with mixed key/non-keyed inputs with BATCH state backend

2020-12-07 Thread Dawid Wysakowicz (Jira)
Dawid Wysakowicz created FLINK-20517: Summary: Disallow operators with mixed key/non-keyed inputs with BATCH state backend Key: FLINK-20517 URL: https://issues.apache.org/jira/browse/FLINK-20517

[jira] [Created] (FLINK-20516) Separate the implementation of BatchExecTableSourceScan and StreamExecTableSourceScan

2020-12-07 Thread godfrey he (Jira)
godfrey he created FLINK-20516: -- Summary: Separate the implementation of BatchExecTableSourceScan and StreamExecTableSourceScan Key: FLINK-20516 URL: https://issues.apache.org/jira/browse/FLINK-20516

[jira] [Created] (FLINK-20515) Separate the implementation of BatchExecMultipleInput and StreamExecMultipleInput

2020-12-07 Thread godfrey he (Jira)
godfrey he created FLINK-20515: -- Summary: Separate the implementation of BatchExecMultipleInput and StreamExecMultipleInput Key: FLINK-20515 URL: https://issues.apache.org/jira/browse/FLINK-20515

[jira] [Created] (FLINK-20513) Separate the implementation of BatchExecExchange and StreamExecExchange

2020-12-07 Thread godfrey he (Jira)
godfrey he created FLINK-20513: -- Summary: Separate the implementation of BatchExecExchange and StreamExecExchange Key: FLINK-20513 URL: https://issues.apache.org/jira/browse/FLINK-20513 Project: Flink

[jira] [Created] (FLINK-20514) Introduce StreamExecPythonGroupTableAggregateRule and StreamExecGroupTableAggregate

2020-12-07 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20514: Summary: Introduce StreamExecPythonGroupTableAggregateRule and StreamExecGroupTableAggregate Key: FLINK-20514 URL: https://issues.apache.org/jira/browse/FLINK-20514

Re: [VOTE] Release 1.12.0, release candidate #3

2020-12-07 Thread Congxian Qiu
+1 (non-biding) checklist - checksum & gpg ok - build from source, ok - all pom version point to 1.12.0 - run some program in local env, ok, and no strange log showed Best, Congxian Dawid Wysakowicz 于2020年12月7日周一 下午5:52写道: > +1 (binding) > > * Verified the checksums > * Verified that the

[jira] [Created] (FLINK-20512) Introduce getDescription, getOutputType, replaceInputEdge methods for ExecNode

2020-12-07 Thread godfrey he (Jira)
godfrey he created FLINK-20512: -- Summary: Introduce getDescription, getOutputType, replaceInputEdge methods for ExecNode Key: FLINK-20512 URL: https://issues.apache.org/jira/browse/FLINK-20512 Project:

[jira] [Created] (FLINK-20511) Deprecate the classes in scala `nodes.exec` package

2020-12-07 Thread godfrey he (Jira)
godfrey he created FLINK-20511: -- Summary: Deprecate the classes in scala `nodes.exec` package Key: FLINK-20511 URL: https://issues.apache.org/jira/browse/FLINK-20511 Project: Flink Issue Type:

Re: Urgent help on S3 CSV file reader DataStream Job

2020-12-07 Thread Wei Zhong
Hi Deep, (redirecting this to user mailing list as this is not a dev question) You can try to set the line delimiter and field delimiter of the RowCsvInputFormat to a non-printing character (assume there is no non-printing characters in the csv files). It will read all the content of a csv

Urgent help on S3 CSV file reader DataStream Job

2020-12-07 Thread DEEP NARAYAN Singh
Hi Guys, Below is my code snippet , which read all csv files under the given folder row by row but my requirement is to read csv file at a time and convert as json which will looks like : {"A":"1","B":"3","C":"4","D":9} Csv file data format : --- *field_id,data,*

[jira] [Created] (FLINK-20510) Enable log4j2 monitor interval by default

2020-12-07 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-20510: Summary: Enable log4j2 monitor interval by default Key: FLINK-20510 URL: https://issues.apache.org/jira/browse/FLINK-20510 Project: Flink Issue

[jira] [Created] (FLINK-20509) Refactor verifyPlan method in TableTestBase

2020-12-07 Thread godfrey he (Jira)
godfrey he created FLINK-20509: -- Summary: Refactor verifyPlan method in TableTestBase Key: FLINK-20509 URL: https://issues.apache.org/jira/browse/FLINK-20509 Project: Flink Issue Type: Sub-task

Re: [VOTE] Release 1.12.0, release candidate #3

2020-12-07 Thread Dawid Wysakowicz
+1 (binding) * Verified the checksums * Verified that the source archives do not contain any binaries * Built Flink from sources * Run a streaming WorldCount example in BATCH and STREAM mode * Run a slightly heavier WorldCount version in BATCH and STREAM mode * Verified licensing of Hbase

[jira] [Created] (FLINK-20508) Introduce PythonStreamGroupTableAggregateOperator

2020-12-07 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20508: Summary: Introduce PythonStreamGroupTableAggregateOperator Key: FLINK-20508 URL: https://issues.apache.org/jira/browse/FLINK-20508 Project: Flink Issue