Re: [PR] [FLINK-34505][table] Migrate WindowGroupReorderRule to java. [flink]

2024-08-25 Thread via GitHub
snuyanzin commented on PR #24375: URL: https://github.com/apache/flink/pull/24375#issuecomment-2308961960 still failing on ci -- 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.

Re: [PR] [FLINK-34505][table] Migrate WindowGroupReorderRule to java. [flink]

2024-04-08 Thread via GitHub
snuyanzin commented on PR #24375: URL: https://github.com/apache/flink/pull/24375#issuecomment-2042280323 @liuyongvs the ci still fails could you please have a look here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [FLINK-34505][table] Migrate WindowGroupReorderRule to java. [flink]

2024-03-24 Thread via GitHub
liuyongvs commented on code in PR #24375: URL: https://github.com/apache/flink/pull/24375#discussion_r1537071891 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/WindowGroupReorderRule.java: ## @@ -0,0 +1,192 @@ +/* + * Licensed

Re: [PR] [FLINK-34505][table] Migrate WindowGroupReorderRule to java. [flink]

2024-03-22 Thread via GitHub
snuyanzin commented on code in PR #24375: URL: https://github.com/apache/flink/pull/24375#discussion_r1535579353 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/WindowGroupReorderRule.java: ## @@ -0,0 +1,192 @@ +/* + * Licensed

Re: [PR] [FLINK-34505][table] Migrate WindowGroupReorderRule to java. [flink]

2024-03-22 Thread via GitHub
snuyanzin commented on code in PR #24375: URL: https://github.com/apache/flink/pull/24375#discussion_r1535578497 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/WindowGroupReorderRule.java: ## @@ -0,0 +1,192 @@ +/* + * Licensed

Re: [PR] [FLINK-34505][table] Migrate WindowGroupReorderRule to java. [flink]

2024-02-23 Thread via GitHub
flinkbot commented on PR #24375: URL: https://github.com/apache/flink/pull/24375#issuecomment-1960997302 ## CI report: * 197c1a1d82d3a7f09195b9d5594ae707b182a592 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-34505][table] Migrate WindowGroupReorderRule to java. [flink]

2024-02-23 Thread via GitHub
liuyongvs opened a new pull request, #24375: URL: https://github.com/apache/flink/pull/24375 ## What is the purpose of the change The PR migrates WindowGroupReorderRule to java it doesn't touch WindowGroupReorderRuleTest to be sure that java version continues passing it ## V