[jira] [Created] (FLINK-15289) Run sql appear error of "Zero-length character strings have no serializable string representation".

2019-12-16 Thread xiaojin.wy (Jira)
xiaojin.wy created FLINK-15289: -- Summary: Run sql appear error of "Zero-length character strings have no serializable string representation". Key: FLINK-15289 URL: https://issues.apache.org/jira/browse/FLINK-15289

Re: [DISCUSS] FLIP-27: Refactor Source Interface

2019-12-16 Thread Timo Walther
Hi Becket, I completely agree with Dawid's suggestion. The information about the boundedness should come out of the source. Because most of the streaming sources can be made bounded based on some connector specific criterion. In Kafka, it would be an end offset or end timestamp but in any

Potential side-effect of connector code to JM/TM

2019-12-16 Thread Yingjie Cao
Hi community, After running tpc-ds test suite for several days on a session cluster, we found a resource leak problem of OrcInputFormat which was reported in FLINK-15239. The problem comes from the dependent third party library which creates new internal thread (pool) and never release it. As a

[jira] [Created] (FLINK-15288) Starting jobmanager pod should respect containerized.heap-cutoff

2019-12-16 Thread Yang Wang (Jira)
Yang Wang created FLINK-15288: - Summary: Starting jobmanager pod should respect containerized.heap-cutoff Key: FLINK-15288 URL: https://issues.apache.org/jira/browse/FLINK-15288 Project: Flink

[jira] [Created] (FLINK-15287) Vectorized orc reader fails with Hive 2.0.1

2019-12-16 Thread Rui Li (Jira)
Rui Li created FLINK-15287: -- Summary: Vectorized orc reader fails with Hive 2.0.1 Key: FLINK-15287 URL: https://issues.apache.org/jira/browse/FLINK-15287 Project: Flink Issue Type: Bug

Re: [jira] [Created] (FLINK-15283) Scala version of TableSinkUtils has a problem when validating sinks.

2019-12-16 Thread Jark Wu
Hi jingjing, Please leave comment under the JIRA issue[1] to keep the discussion in one place. Thanks, Jark [1]: https://issues.apache.org/jira/browse/FLINK-15283 On Mon, 16 Dec 2019 at 23:00, jingjing bai wrote: >- > >I think you might have misunderstood the sink schema. It is a

Processing events based on weights

2019-12-16 Thread Vijay Srinivasaraghavan
Hello, I would like to understand options available to design an ingestion pipeline to support the following requirements. 1) Events are coming from various sources and depending on the type of the events it will be stored in specific Kafka topics (say we have 4 topics) 2) The events that are

[jira] [Created] (FLINK-15286) Managed Memory Option for RocksDB not picked up from config

2019-12-16 Thread Stephan Ewen (Jira)
Stephan Ewen created FLINK-15286: Summary: Managed Memory Option for RocksDB not picked up from config Key: FLINK-15286 URL: https://issues.apache.org/jira/browse/FLINK-15286 Project: Flink

[DISCUSS] Flink docs vendor table

2019-12-16 Thread Seth Wiesman
This discussion is a follow up to the previous thread on dropping vendor-specific documentation[1]. The conversation ended unresolved on the question of what we should provide on the Apache Flink docs. The consensus seemed to be moving towards offering a table with links to 3rd parties. After an

Re: [jira] [Created] (FLINK-15283) Scala version of TableSinkUtils has a problem when validating sinks.

2019-12-16 Thread jingjing bai
- I think you might have misunderstood the sink schema. It is a order field but not json (or mapping) field in table sink ddl. At least that's the case in Sql. - for exemple. DDL sink schema as and the sql is insert into table select A, C ,B from t2。 - A ,B

Re:[DISCUSS] Deal with the timers better before closing operators

2019-12-16 Thread Haibo Sun
I found that the format of the mail was out of order. Please look at the document: https://docs.google.com/document/d/1jCKan5LGlkBZr2seUdwTsy-biu8Sz0xyQwqizCUZ2uk/edit?usp=sharing Best, Haibo At 2019-12-16 21:29:15, "Haibo Sun" wrote: >Hi, all > > >I want to bring up a discussion about how

[DISCUSS] Deal with the timers better before closing operators

2019-12-16 Thread Haibo Sun
Hi, all I want to bring up a discussion about how to deal with the pending(registered but not scheduled for execution) timers better before closing operator. Introduction: From my understanding, there are two types of timers in Flink: 1) One is one-shot or periodic timers registered with

Re: Documentation tasks for release-1.10

2019-12-16 Thread vino yang
+1 for centralizing all the documentation issues so that the community can take more effective to fix them. Best, Vino Xintong Song 于2019年12月16日周一 下午6:02写道: > Thank you Kostas. > Big +1 for keeping all the documentation related issues at one place. > > I've added the documentation task for

[jira] [Created] (FLINK-15285) Resuming Externalized Checkpoint (file, async, no parallelism change) E2E test fails on Travis

2019-12-16 Thread Gary Yao (Jira)
Gary Yao created FLINK-15285: Summary: Resuming Externalized Checkpoint (file, async, no parallelism change) E2E test fails on Travis Key: FLINK-15285 URL: https://issues.apache.org/jira/browse/FLINK-15285

[jira] [Created] (FLINK-15284) Sql error (Failed to push project into table source!)

2019-12-16 Thread xiaojin.wy (Jira)
xiaojin.wy created FLINK-15284: -- Summary: Sql error (Failed to push project into table source!) Key: FLINK-15284 URL: https://issues.apache.org/jira/browse/FLINK-15284 Project: Flink Issue

Re: Documentation tasks for release-1.10

2019-12-16 Thread Xintong Song
Thank you Kostas. Big +1 for keeping all the documentation related issues at one place. I've added the documentation task for resource management. Thank you~ Xintong Song On Mon, Dec 16, 2019 at 5:29 PM Kostas Kloudas wrote: > Hi all, > > With the feature-freeze for the release-1.10

[jira] [Created] (FLINK-15283) Scala version of TableSinkUtils has a problem when validating sinks.

2019-12-16 Thread roland wang (Jira)
roland wang created FLINK-15283: --- Summary: Scala version of TableSinkUtils has a problem when validating sinks. Key: FLINK-15283 URL: https://issues.apache.org/jira/browse/FLINK-15283 Project: Flink

[jira] [Created] (FLINK-15282) Remove ParameterScope in blink planner

2019-12-16 Thread Jark Wu (Jira)
Jark Wu created FLINK-15282: --- Summary: Remove ParameterScope in blink planner Key: FLINK-15282 URL: https://issues.apache.org/jira/browse/FLINK-15282 Project: Flink Issue Type: Sub-task

Documentation tasks for release-1.10

2019-12-16 Thread Kostas Kloudas
Hi all, With the feature-freeze for the release-1.10 already past us, it is time to focus a little bit on documenting the new features that the community added to this release, and improving the already existing documentation based on questions that we see in Flink's mailing lists. To this end,

[jira] [Created] (FLINK-15281) Map Flink's TypeInference to Calcite's interfaces

2019-12-16 Thread Timo Walther (Jira)
Timo Walther created FLINK-15281: Summary: Map Flink's TypeInference to Calcite's interfaces Key: FLINK-15281 URL: https://issues.apache.org/jira/browse/FLINK-15281 Project: Flink Issue

[jira] [Created] (FLINK-15280) Checkpoint end-to-end test failed

2019-12-16 Thread wangxiyuan (Jira)
wangxiyuan created FLINK-15280: -- Summary: Checkpoint end-to-end test failed Key: FLINK-15280 URL: https://issues.apache.org/jira/browse/FLINK-15280 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-15279) Document new `executeAsync()` method and the newly introduced `JobClient`

2019-12-16 Thread Kostas Kloudas (Jira)
Kostas Kloudas created FLINK-15279: -- Summary: Document new `executeAsync()` method and the newly introduced `JobClient` Key: FLINK-15279 URL: https://issues.apache.org/jira/browse/FLINK-15279

[jira] [Created] (FLINK-15278) Update StreamingFileSink documentation

2019-12-16 Thread Kostas Kloudas (Jira)
Kostas Kloudas created FLINK-15278: -- Summary: Update StreamingFileSink documentation Key: FLINK-15278 URL: https://issues.apache.org/jira/browse/FLINK-15278 Project: Flink Issue Type:

[jira] [Created] (FLINK-15277) Update SQL DDL document to add syntax and example of computed column

2019-12-16 Thread Danny Chen (Jira)
Danny Chen created FLINK-15277: -- Summary: Update SQL DDL document to add syntax and example of computed column Key: FLINK-15277 URL: https://issues.apache.org/jira/browse/FLINK-15277 Project: Flink

[jira] [Created] (FLINK-15276) Update CLI documentation to reflect the addition of the ExecutorCLI

2019-12-16 Thread Kostas Kloudas (Jira)
Kostas Kloudas created FLINK-15276: -- Summary: Update CLI documentation to reflect the addition of the ExecutorCLI Key: FLINK-15276 URL: https://issues.apache.org/jira/browse/FLINK-15276 Project:

[jira] [Created] (FLINK-15275) Update CLI documentation to include only current valid options

2019-12-16 Thread Kostas Kloudas (Jira)
Kostas Kloudas created FLINK-15275: -- Summary: Update CLI documentation to include only current valid options Key: FLINK-15275 URL: https://issues.apache.org/jira/browse/FLINK-15275 Project: Flink

[jira] [Created] (FLINK-15274) Update Filesystem documentation to reflect changes in shading

2019-12-16 Thread Kostas Kloudas (Jira)
Kostas Kloudas created FLINK-15274: -- Summary: Update Filesystem documentation to reflect changes in shading Key: FLINK-15274 URL: https://issues.apache.org/jira/browse/FLINK-15274 Project: Flink

[jira] [Created] (FLINK-15273) Complete and Update Documentation

2019-12-16 Thread Kostas Kloudas (Jira)
Kostas Kloudas created FLINK-15273: -- Summary: Complete and Update Documentation Key: FLINK-15273 URL: https://issues.apache.org/jira/browse/FLINK-15273 Project: Flink Issue Type: Bug

Re: [ANNOUNCE] Zhu Zhu becomes a Flink committer

2019-12-16 Thread Andrey Zagrebin
Congrats Zhu Zhu! On Mon, Dec 16, 2019 at 8:10 AM Xintong Song wrote: > Congratulations Zhu Zhu~ > > Thank you~ > > Xintong Song > > > > On Mon, Dec 16, 2019 at 12:34 PM Danny Chan wrote: > > > Congrats Zhu Zhu! > > > > Best, > > Danny Chan > > 在 2019年12月14日 +0800

[jira] [Created] (FLINK-15272) Better error message when insert partition with values

2019-12-16 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-15272: Summary: Better error message when insert partition with values Key: FLINK-15272 URL: https://issues.apache.org/jira/browse/FLINK-15272 Project: Flink Issue