Re: [DISCUSS] FLIP-328: Allow source operators to determine isProcessingBacklog based on watermark lag

2023-08-13 Thread Xuannan Su
Hi Xintong, Thanks for the reply. I have considered using the timestamp in the records to determine the backlog status, and decided to use watermark at the end. By definition, watermark is the time progress indication in the data stream. It indicates the stream’s event time has progressed to

[jira] [Created] (FLINK-32861) Batch mode, sink to multables the task graph of web page monitor jobs , lack sink task graph block

2023-08-13 Thread zhengyuan (Jira)
zhengyuan created FLINK-32861: - Summary: Batch mode, sink to multables the task graph of web page monitor jobs , lack sink task graph block Key: FLINK-32861 URL: https://issues.apache.org/jira/browse/FLINK-32861

[jira] [Created] (FLINK-32860) Add missing visibility annotation for Table APIs

2023-08-13 Thread Jane Chan (Jira)
Jane Chan created FLINK-32860: - Summary: Add missing visibility annotation for Table APIs Key: FLINK-32860 URL: https://issues.apache.org/jira/browse/FLINK-32860 Project: Flink Issue Type:

[jira] [Created] (FLINK-32859) Improve the state of adaptive sheduler with StateWithoutExecutionGraph

2023-08-13 Thread Rui Fan (Jira)
Rui Fan created FLINK-32859: --- Summary: Improve the state of adaptive sheduler with StateWithoutExecutionGraph Key: FLINK-32859 URL: https://issues.apache.org/jira/browse/FLINK-32859 Project: Flink

Re: FLINK-20767 - Support for nested fields filter push down

2023-08-13 Thread liu ron
Hi, Venkata krishnan Thanks for driving this work, look forward to your FLIP. Best, Ron Venkatakrishnan Sowrirajan 于2023年8月13日周日 14:34写道: > Thanks Yunhong. That's correct. I am able to make it work locally. > Currently, in the process of writing a FLIP for the necessary changes to > the

Re: FLINK-20767 - Support for nested fields filter push down

2023-08-13 Thread Venkatakrishnan Sowrirajan
Thanks Yunhong. That's correct. I am able to make it work locally. Currently, in the process of writing a FLIP for the necessary changes to the SupportsFilterPushDown API to support nested fields filter push down. Regards Venkata krishnan On Mon, Aug 7, 2023 at 8:28 PM yh z wrote: > Hi