[jira] [Created] (FLINK-35827) Equality bewteen a row field and a row constant is wrong in SQL

2024-07-12 Thread yisha zhou (Jira)
yisha zhou created FLINK-35827: -- Summary: Equality bewteen a row field and a row constant is wrong in SQL Key: FLINK-35827 URL: https://issues.apache.org/jira/browse/FLINK-35827 Project: Flink

Re: [External] Inquiry Regarding Azure Pipelines

2024-04-09 Thread Yisha Zhou
Historically, manual triggering has not been very reliable. If the manual > triggering isn't working, you can also just push a commit with a tiny > change to trigger a new build. > > > On Sun, Apr 7, 2024 at 5:42 AM Yisha Zhou <mailto:zhouyi...@bytedance.com.invalid>> > wrot

[jira] [Created] (FLINK-35037) Optimize uniqueKeys and upsertKeys inference of windows with ROW_NUMBER

2024-04-07 Thread yisha zhou (Jira)
yisha zhou created FLINK-35037: -- Summary: Optimize uniqueKeys and upsertKeys inference of windows with ROW_NUMBER Key: FLINK-35037 URL: https://issues.apache.org/jira/browse/FLINK-35037 Project: Flink

Re: [External] Inquiry Regarding Azure Pipelines

2024-04-06 Thread Yisha Zhou
> > > On Wed, Apr 3, 2024 at 11:34 AM Yisha Zhou <mailto:zhouyi...@bytedance.com.invalid>> > wrote: > >> Hi devs, >> >> I hope this email finds you well. I am writing to seek clarification >> regarding the status of Azure Pipelines with

Inquiry Regarding Azure Pipelines

2024-04-03 Thread Yisha Zhou
Hi devs, I hope this email finds you well. I am writing to seek clarification regarding the status of Azure Pipelines within the Apache community and seek assistance with a specific issue I encountered. Today, I made some new commits to a pull request in one of the Apache repositories. However

[jira] [Created] (FLINK-34656) Generated code for `ITEM` operator should return null when getting element of a null map/array/row

2024-03-12 Thread yisha zhou (Jira)
yisha zhou created FLINK-34656: -- Summary: Generated code for `ITEM` operator should return null when getting element of a null map/array/row Key: FLINK-34656 URL: https://issues.apache.org/jira/browse/FLINK-34656

[jira] [Created] (FLINK-34536) Support reading long value as Timestamp column in JSON format

2024-02-28 Thread yisha zhou (Jira)
yisha zhou created FLINK-34536: -- Summary: Support reading long value as Timestamp column in JSON format Key: FLINK-34536 URL: https://issues.apache.org/jira/browse/FLINK-34536 Project: Flink

[jira] [Created] (FLINK-34529) Projection cannot be pushed down through rank operator.

2024-02-27 Thread yisha zhou (Jira)
yisha zhou created FLINK-34529: -- Summary: Projection cannot be pushed down through rank operator. Key: FLINK-34529 URL: https://issues.apache.org/jira/browse/FLINK-34529 Project: Flink Issue

[jira] [Created] (FLINK-34406) Expose more RuntimeContext functionalities in FunctionContext

2024-02-07 Thread yisha zhou (Jira)
yisha zhou created FLINK-34406: -- Summary: Expose more RuntimeContext functionalities in FunctionContext Key: FLINK-34406 URL: https://issues.apache.org/jira/browse/FLINK-34406 Project: Flink

[jira] [Created] (FLINK-34402) Class loading conflicts when using PowerMock in ITcase.

2024-02-06 Thread yisha zhou (Jira)
yisha zhou created FLINK-34402: -- Summary: Class loading conflicts when using PowerMock in ITcase. Key: FLINK-34402 URL: https://issues.apache.org/jira/browse/FLINK-34402 Project: Flink Issue

[DISCUSS] Support detecting table schema from external files.

2024-01-15 Thread Yisha Zhou
Hi dev, Currently, we are used to creating a table by listing all physical columns or using like syntax to reuse the table schema in Catalogs. However, in our company there are many cases that the messages in the external systems are with very complex schema. The worst case is that some proto

Re: [External] [DISCUSS] FLIP-292: Support configuring state TTL at operator level for Table API & SQL programs

2023-03-27 Thread Yisha Zhou
Hi guys Thanks for your enlightening opinions which have benefited me greatly. And I have some experiences about configuring something on graphical IDE to share with you. Hopefully, these experiences can give you some useful information. At the FFA 2021, we proposed a solution for state migrati

Re: [External] [DISCUSS] FLIP-292: Support configuring state TTL at operator level for Table API & SQL programs

2023-03-23 Thread Yisha Zhou
Hi Jane, Thanks for driving this, and your solution is absolutely creative. In my company, there also exist some scenarios in which users want to config state TTL at operator level, especially for window operators which regard TTL as allow lateness. To support this scenarios, we implemented a