Re: [PR] [FLINK-34924][table] Support partition pushdown for join queries [flink]

2024-06-08 Thread via GitHub
jeyhunkarimov commented on PR #24559: URL: https://github.com/apache/flink/pull/24559#issuecomment-2156176949 Hi @libenchao kindly reminder for review in your available time. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] [FLINK-34924][table] Support partition pushdown for join queries [flink]

2024-03-27 Thread via GitHub
libenchao commented on PR #24559: URL: https://github.com/apache/flink/pull/24559#issuecomment-2024407235 It sounds like a good idea to do the optimization, I'll try to give it a review in the following days, thank you for the PR! -- This is an automated message from the Apache Git Servic

Re: [PR] [FLINK-34924][table] Support partition pushdown for join queries [flink]

2024-03-25 Thread via GitHub
jeyhunkarimov commented on PR #24559: URL: https://github.com/apache/flink/pull/24559#issuecomment-2018931477 Hi @libenchao could you please review this PR in you available time? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] [FLINK-34924][table] Support partition pushdown for join queries [flink]

2024-03-23 Thread via GitHub
flinkbot commented on PR #24559: URL: https://github.com/apache/flink/pull/24559#issuecomment-2016641164 ## CI report: * 701b885c932423e7380717c96801fd50adf27164 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-34924][table] Support partition pushdown for join queries [flink]

2024-03-23 Thread via GitHub
jeyhunkarimov opened a new pull request, #24559: URL: https://github.com/apache/flink/pull/24559 ## What is the purpose of the change Support partition pushdown for join queries ## Brief change log - Create a new rule `PushJoinedPartitionsIntoTableSourceScanRule`