Re: [PR] [FLINK-33767] Implement restore tests for TemporalJoin node [flink]

2023-12-15 Thread via GitHub
dawidwys closed pull request #23916: [FLINK-33767] Implement restore tests for TemporalJoin node URL: https://github.com/apache/flink/pull/23916 -- 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

Re: [PR] [FLINK-33767] Implement restore tests for TemporalJoin node [flink]

2023-12-13 Thread via GitHub
dawidwys commented on code in PR #23916: URL: https://github.com/apache/flink/pull/23916#discussion_r1425373388 ## flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/test/program/TemporalFunctionTestStep.java: ## @@ -0,0 +1,85 @@ +/* + * Licensed to the

Re: [PR] [FLINK-33767] Implement restore tests for TemporalJoin node [flink]

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

Re: [PR] [FLINK-33767] Implement restore tests for TemporalJoin node [flink]

2023-12-12 Thread via GitHub
jnh5y commented on code in PR #23916: URL: https://github.com/apache/flink/pull/23916#discussion_r1424463016 ## flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/test/program/TemporalFunctionTestStep.java: ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache

[PR] [FLINK-33767] Implement restore tests for TemporalJoin node [flink]

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