Re: [PR] [FLINK-34503][table] Migrate JoinDeriveNullFilterRule to java. [flink]

2024-05-14 Thread via GitHub
liuyongvs commented on PR #24373: URL: https://github.com/apache/flink/pull/24373#issuecomment-2111617766 hi @snuyanzin will you help review it? -- 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

Re: [PR] [FLINK-34503][table] Migrate JoinDeriveNullFilterRule to java. [flink]

2024-04-08 Thread via GitHub
liuyongvs commented on PR #24373: URL: https://github.com/apache/flink/pull/24373#issuecomment-2043128185 hi @snuyanzin will you also help review this pr ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [FLINK-34503][table] Migrate JoinDeriveNullFilterRule to java. [flink]

2024-03-19 Thread via GitHub
liuyongvs commented on code in PR #24373: URL: https://github.com/apache/flink/pull/24373#discussion_r1500411569 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/JoinDeriveNullFilterRule.java: ## @@ -59,7 +59,7 @@ public class

Re: [PR] [FLINK-34503][table] Migrate JoinDeriveNullFilterRule to java. [flink]

2024-03-10 Thread via GitHub
liuyongvs commented on PR #24373: URL: https://github.com/apache/flink/pull/24373#issuecomment-1987508136 hi @snuyanzin will you also help review this pr ? -- 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

Re: [PR] [FLINK-34503][table] Migrate JoinDeriveNullFilterRule to java. [flink]

2024-03-06 Thread via GitHub
liuyongvs commented on PR #24373: URL: https://github.com/apache/flink/pull/24373#issuecomment-1980642419 hi @dawidwys will you also help review this pr ? -- 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

Re: [PR] [FLINK-34503][table] Migrate JoinDeriveNullFilterRule to java. [flink]

2024-02-23 Thread via GitHub
liuyongvs commented on code in PR #24373: URL: https://github.com/apache/flink/pull/24373#discussion_r1500411569 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/JoinDeriveNullFilterRule.java: ## @@ -59,7 +59,7 @@ public class

Re: [PR] [FLINK-34503][table] Migrate JoinDeriveNullFilterRule to java. [flink]

2024-02-22 Thread via GitHub
flinkbot commented on PR #24373: URL: https://github.com/apache/flink/pull/24373#issuecomment-1960739934 ## CI report: * 66a51ec643ce5844fb05cb76fce2e390e8ac12d1 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-34503][table] Migrate JoinDeriveNullFilterRule to java. [flink]

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