Re: [PR] [FLINK-33958] Implement restore tests for IntervalJoin node [flink]

2024-01-16 Thread via GitHub
dawidwys merged PR #24009: URL: https://github.com/apache/flink/pull/24009 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [FLINK-33958] Implement restore tests for IntervalJoin node [flink]

2024-01-11 Thread via GitHub
bvarghese1 commented on PR #24009: URL: https://github.com/apache/flink/pull/24009#issuecomment-1888372875 > From reading the code for `StreamExecIntervalJoin`, I noticed pad/filter-left/right transformations. Seems like those can be produced when the

Re: [PR] [FLINK-33958] Implement restore tests for IntervalJoin node [flink]

2024-01-04 Thread via GitHub
jnh5y commented on PR #24009: URL: https://github.com/apache/flink/pull/24009#issuecomment-1877510321 From reading the code for `StreamExecIntervalJoin`, I noticed pad/filter-left/right transformations. Seems like those can be produced when the `TABLE_EXEC_LEGACY_TRANSFORMATION_UIDS` is

Re: [PR] [FLINK-33958] Implement restore tests for IntervalJoin node [flink]

2023-12-28 Thread via GitHub
flinkbot commented on PR #24009: URL: https://github.com/apache/flink/pull/24009#issuecomment-1871695702 ## CI report: * 36318fd6f994d2bc9385c15ad4470debdf2b9245 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-33958] Implement restore tests for IntervalJoin node [flink]

2023-12-28 Thread via GitHub
bvarghese1 opened a new pull request, #24009: URL: https://github.com/apache/flink/pull/24009 ## What is the purpose of the change *Add restore tests for IntervalJoin node* ## Verifying this change This change added tests and can be verified as follows: