Re: [PR] [FLINK-33758] Implement restore tests for TemporalSort node [flink]

2023-12-07 Thread via GitHub
dawidwys merged PR #23879: URL: https://github.com/apache/flink/pull/23879 -- 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-33758] Implement restore tests for TemporalSort node [flink]

2023-12-06 Thread via GitHub
jnh5y commented on code in PR #23879: URL: https://github.com/apache/flink/pull/23879#discussion_r1417587636 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/TemporalSortTestPrograms.java: ## @@ -0,0 +1,103 @@ +/* + *

Re: [PR] [FLINK-33758] Implement restore tests for TemporalSort node [flink]

2023-12-06 Thread via GitHub
dawidwys commented on code in PR #23879: URL: https://github.com/apache/flink/pull/23879#discussion_r1417576522 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/TemporalSortTestPrograms.java: ## @@ -0,0 +1,103 @@ +/* + *

Re: [PR] [FLINK-33758] Implement restore tests for TemporalSort node [flink]

2023-12-06 Thread via GitHub
jnh5y commented on code in PR #23879: URL: https://github.com/apache/flink/pull/23879#discussion_r1417554937 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/TemporalSortTestPrograms.java: ## @@ -0,0 +1,103 @@ +/* + *

Re: [PR] [FLINK-33758] Implement restore tests for TemporalSort node [flink]

2023-12-06 Thread via GitHub
dawidwys commented on code in PR #23879: URL: https://github.com/apache/flink/pull/23879#discussion_r1417474823 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/TemporalSortTestPrograms.java: ## @@ -0,0 +1,103 @@ +/* + *

Re: [PR] [FLINK-33758] Implement restore tests for TemporalSort node [flink]

2023-12-06 Thread via GitHub
jnh5y commented on code in PR #23879: URL: https://github.com/apache/flink/pull/23879#discussion_r1417390527 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/TemporalSortTestPrograms.java: ## @@ -0,0 +1,103 @@ +/* + *

Re: [PR] [FLINK-33758] Implement restore tests for TemporalSort node [flink]

2023-12-06 Thread via GitHub
dawidwys commented on code in PR #23879: URL: https://github.com/apache/flink/pull/23879#discussion_r1417052376 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/TemporalSortTestPrograms.java: ## @@ -0,0 +1,103 @@ +/* + *

Re: [PR] [FLINK-33758] Implement restore tests for TemporalSort node [flink]

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

[PR] [FLINK-33758] Implement restore tests for TemporalSort node [flink]

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