[jira] [Created] (FLINK-31227) Remove 'scala version' from file sink modules

2023-02-26 Thread Kwang-in (Dennis) JUNG (Jira)
Kwang-in (Dennis) JUNG created FLINK-31227: -- Summary: Remove 'scala version' from file sink modules Key: FLINK-31227 URL: https://issues.apache.org/jira/browse/FLINK-31227 Project: Flink

[jira] [Created] (FLINK-31228) flink-playgrounds is using a buggy zookeeper

2023-02-26 Thread CHEN Zhongpu (Jira)
CHEN Zhongpu created FLINK-31228: Summary: flink-playgrounds is using a buggy zookeeper Key: FLINK-31228 URL: https://issues.apache.org/jira/browse/FLINK-31228 Project: Flink Issue Type: Bug

Re: Proposal to improve the Apache Flink website

2023-02-26 Thread Yun Tang
As a developer, I visited the docs website [1] much much more often than the official main page website [2], and I think current docs website still looks a bit better than spark's [3] which did not change in the past ten years if my memory serves me correctly. Until Deepthi raised this

[jira] [Created] (FLINK-31226) Bump the FRocksDB version in table-store's lookup module

2023-02-26 Thread Yun Tang (Jira)
Yun Tang created FLINK-31226: Summary: Bump the FRocksDB version in table-store's lookup module Key: FLINK-31226 URL: https://issues.apache.org/jira/browse/FLINK-31226 Project: Flink Issue Type:

Re: [VOTE] FLIP-289: Support online inference (Flink ML)

2023-02-26 Thread Dian Fu
Hi Dong, Thanks for the explanation. The changes sound reasonable to me. It could avoid changing the interface again in the future and so +1 from my side. Regards, Dian On Fri, Feb 24, 2023 at 2:03 PM Zhipeng Zhang wrote: > Thanks for the update. The change looks good to me. > > So +1 from my

[jira] [Created] (FLINK-31231) flink-playgrounds has permission errors in mounted files

2023-02-26 Thread CHEN Zhongpu (Jira)
CHEN Zhongpu created FLINK-31231: Summary: flink-playgrounds has permission errors in mounted files Key: FLINK-31231 URL: https://issues.apache.org/jira/browse/FLINK-31231 Project: Flink

[jira] [Created] (FLINK-31232) Parquet format supports MULTISET type for Table Store

2023-02-26 Thread Nicholas Jiang (Jira)
Nicholas Jiang created FLINK-31232: -- Summary: Parquet format supports MULTISET type for Table Store Key: FLINK-31232 URL: https://issues.apache.org/jira/browse/FLINK-31232 Project: Flink

Re: [Discuss] Some questions on flink-table-store micro benchmark

2023-02-26 Thread Jingsong Li
Thanks Yun. Another way is we can get rid of JMH, something like Spark `org.apache.spark.benchmark.Benchmark` can replace JMH. Best, Jingsong On Mon, Feb 27, 2023 at 1:24 AM Yun Tang wrote: > > Hi dev, > > I just noticed that flink-table-store had introduced the micro benchmark > module [1]

[jira] [Created] (FLINK-31234) Add an option to redirect stdout/stderr for flink on kubernetes

2023-02-26 Thread Weihua Hu (Jira)
Weihua Hu created FLINK-31234: - Summary: Add an option to redirect stdout/stderr for flink on kubernetes Key: FLINK-31234 URL: https://issues.apache.org/jira/browse/FLINK-31234 Project: Flink

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-26 Thread Ran Tao
HI, Jing. thanks. @about ILIKE, from my collections of some popular engines founds that just snowflake has this syntax in show with filtering. do we need to support it? if yes, then current some existed show operations need to be addressed either. @about ShowOperation with like. it's a good idea.

[jira] [Created] (FLINK-31233) no error should be logged when retrieving the task manager's stdout if it does not exist

2023-02-26 Thread Weihua Hu (Jira)
Weihua Hu created FLINK-31233: - Summary: no error should be logged when retrieving the task manager's stdout if it does not exist Key: FLINK-31233 URL: https://issues.apache.org/jira/browse/FLINK-31233

[jira] [Created] (FLINK-31229) Implement a Pub/Sub Lite source and sink

2023-02-26 Thread Daniel Collins (Jira)
Daniel Collins created FLINK-31229: -- Summary: Implement a Pub/Sub Lite source and sink Key: FLINK-31229 URL: https://issues.apache.org/jira/browse/FLINK-31229 Project: Flink Issue Type: New

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-26 Thread Jing Ge
Hi, @Aitozi This is exactly why LoD has been introduced: to avoid exposing internal structure(2nd and lower level API). @Jark IMHO, there is no conflict between LoD and "High power-to-weight ratio" with the given example, List.subList() returns List interface itself, no internal or further

[jira] [Created] (FLINK-31230) Improve YarnClusterDescriptor memory unit display

2023-02-26 Thread Shilun Fan (Jira)
Shilun Fan created FLINK-31230: -- Summary: Improve YarnClusterDescriptor memory unit display Key: FLINK-31230 URL: https://issues.apache.org/jira/browse/FLINK-31230 Project: Flink Issue Type:

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-26 Thread Jing Ge
Hi Ran, NIT: ILIKE is supported by Clickhouse. Since Flink is focusing on the unified batch and stream data processing, it might make sense to support it. It is more convenient for users. Thanks for clarifying the definition of "useLike" and "notLike". It seems that "notLike" depends on

[Discuss] Some questions on flink-table-store micro benchmark

2023-02-26 Thread Yun Tang
Hi dev, I just noticed that flink-table-store had introduced the micro benchmark module [1] to test the basic performance. And I have two questions here. First of all, we might not be able to keep the micro benchmark, which is based on JMH, in the main repo of flink-table-store. This is because