Re: [VOTE] Apache Flink Kafka connector version 3.0.1, RC1

2023-10-28 Thread Xianxun Ye
+1(non-binding) - Started a local Flink 1.18 cluster, read and wrote with Kafka and Upsert Kafka connector successfully to Kafka 2.2 cluster One minor question: should we update the dependency manual of these two documentations[1][2]? [1]

[jira] [Created] (FLINK-33374) Execute REMOVE JAR command failed via SQL gateway

2023-10-26 Thread Xianxun Ye (Jira)
Xianxun Ye created FLINK-33374: -- Summary: Execute REMOVE JAR command failed via SQL gateway Key: FLINK-33374 URL: https://issues.apache.org/jira/browse/FLINK-33374 Project: Flink Issue Type

Re: [VOTE] Release 1.18.0, release candidate #2

2023-10-18 Thread Xianxun Ye
>>> >>> Thanks for the feedback. May I know when you tested it? Could you please >>> check which Java version is used to build the Flink you use? There was an >>> update on 17th Oct. at 1:30pm. >>> >>> Best regards, >>> Jing >>

Re: [VOTE] Release 1.18.0, release candidate #2

2023-10-17 Thread Xianxun Ye
Hi Jing, I also found the exception about the java.lang.NoSuchMethodError when I ran the Kyuubi Flink Tests on Flink1.18-rc2. These are the steps, ran the below sql in the Flink SQL Client: create table tbl_src (a int) with ('connector' = 'datagen', 'number-of-rows' = '100’); select

[jira] [Created] (FLINK-32817) Supports running jar file names with Spaces

2023-08-09 Thread Xianxun Ye (Jira)
Xianxun Ye created FLINK-32817: -- Summary: Supports running jar file names with Spaces Key: FLINK-32817 URL: https://issues.apache.org/jira/browse/FLINK-32817 Project: Flink Issue Type

[jira] [Created] (FLINK-32276) After adding the where condition to the flink lookup left join, the joinType becomes innerJoin

2023-06-07 Thread Xianxun Ye (Jira)
Xianxun Ye created FLINK-32276: -- Summary: After adding the where condition to the flink lookup left join, the joinType becomes innerJoin Key: FLINK-32276 URL: https://issues.apache.org/jira/browse/FLINK-32276

Re: [ANNOUNCE] New Apache Flink PMC Member - Leonard Xu

2023-04-23 Thread Xianxun Ye
Congratulations, Leonard! Best regards, Xianxun > 2023年4月23日 09:10,Lincoln Lee 写道: > > Congratulations, Leonard!

Re: [DISCUSS] FLIP 295: Support persistence of Catalog configuration and asynchronous registration

2023-04-02 Thread Xianxun Ye
Hi Feng, Thanks for driving this Flip, I do believe this Flip could be helpful for users. The firm I work for also manages a lot of catalogs, and the submission of tasks becomes slow because of loading a number of catalogs. We obtain the catalogs in the user's Flink SQL through regular

[jira] [Created] (FLINK-31242) Correct the definition of creating functions in the SQL client documentation

2023-02-27 Thread Xianxun Ye (Jira)
Xianxun Ye created FLINK-31242: -- Summary: Correct the definition of creating functions in the SQL client documentation Key: FLINK-31242 URL: https://issues.apache.org/jira/browse/FLINK-31242 Project

[jira] [Created] (FLINK-30180) Remove the description of Filesystem supporting for the lookup in the Supported Connectors section

2022-11-23 Thread Xianxun Ye (Jira)
Xianxun Ye created FLINK-30180: -- Summary: Remove the description of Filesystem supporting for the lookup in the Supported Connectors section Key: FLINK-30180 URL: https://issues.apache.org/jira/browse/FLINK-30180

[DISCUSS] FLIP-238: Introduce FLIP-27-based Data Generator Source

2022-06-08 Thread Xianxun Ye
Hey Alexander, Making datagen source connector easier to use is really helpful during doing some PoC/Demo. And I thought about is it possible to produce a changelog stream by datagen source, so a new flink developer can practice flink sql with cdc data using Flink SQL Client CLI. In the

[VOTE][FLIP-195] Improve the name and structure of vertex and operator name for job

2021-11-24 Thread Xianxun Ye
+1 (non-binding) On 11/24/2021 15:50,Sergey Nuyanzin wrote: +1 (non-binding) On Wed, Nov 24, 2021 at 8:38 AM godfrey he wrote: +1 (binding) Best, Godfrey Jark Wu 于2021年11月24日周三 下午12:02写道: +1 (binding) Btw, @JingZhang I think your vote can be counted into binding now. Best, Jark On

[jira] [Created] (FLINK-24957) show `host:port` information in `subtasks` tab

2021-11-18 Thread Xianxun Ye (Jira)
Xianxun Ye created FLINK-24957: -- Summary: show `host:port` information in `subtasks` tab Key: FLINK-24957 URL: https://issues.apache.org/jira/browse/FLINK-24957 Project: Flink Issue Type

[jira] [Created] (FLINK-24567) Support create tables using CatalogView defination

2021-10-15 Thread Xianxun Ye (Jira)
Xianxun Ye created FLINK-24567: -- Summary: Support create tables using CatalogView defination Key: FLINK-24567 URL: https://issues.apache.org/jira/browse/FLINK-24567 Project: Flink Issue Type

[jira] [Created] (FLINK-23739) PrintTableSink do not implement SupportsPartitioning interface

2021-08-12 Thread Xianxun Ye (Jira)
Xianxun Ye created FLINK-23739: -- Summary: PrintTableSink do not implement SupportsPartitioning interface Key: FLINK-23739 URL: https://issues.apache.org/jira/browse/FLINK-23739 Project: Flink

[jira] [Created] (FLINK-20181) RowData cannot cast to Tuple2

2020-11-16 Thread Xianxun Ye (Jira)
Xianxun Ye created FLINK-20181: -- Summary: RowData cannot cast to Tuple2 Key: FLINK-20181 URL: https://issues.apache.org/jira/browse/FLINK-20181 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-16861) Adding delegation token to the AM container Failed

2020-03-30 Thread Xianxun Ye (Jira)
Xianxun Ye created FLINK-16861: -- Summary: Adding delegation token to the AM container Failed Key: FLINK-16861 URL: https://issues.apache.org/jira/browse/FLINK-16861 Project: Flink Issue Type

[jira] [Created] (FLINK-15509) Use sql cilents create view occur Unexpected exception

2020-01-07 Thread Xianxun Ye (Jira)
Xianxun Ye created FLINK-15509: -- Summary: Use sql cilents create view occur Unexpected exception Key: FLINK-15509 URL: https://issues.apache.org/jira/browse/FLINK-15509 Project: Flink Issue