xuyangzhong opened a new issue, #1933:
URL: https://github.com/apache/fluss/issues/1933

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and 
found nothing similar.
   
   
   ### Fluss version
   
   main (development)
   
   ### Please describe the bug 🐞
   
   Currently, the Fluss dim table cannot resolve filters when being looked up, 
requiring Flink to handle filtering. However, when Flink attempts to push down 
filters to the Fluss dim source, it accepts some of the filters and returns the 
remaining back to Flink. As a result, some filters do not take effect.
   
   ### Solution
   
   We cannot determine whether this source will ultimately be used as a scan 
source or a lookup source. Since fluss lookup sources cannot accept filters 
yet, to be safe, we'd better return all filters to the Flink planner.
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a 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 to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to