blackflash997997 opened a new issue, #7682:
URL: https://github.com/apache/paimon/issues/7682

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Motivation
   
   when using chain tables:
   my partitions : 
   branch_snapshot: 20260101
   branch_delta: 20260102、20260104
   
   so i using: `select count(1) from table where dt=20260103` is 0
   but in a scenario, It should return the most recent partition from the 
beginning of the timeline, not 0.
   
   
   ### Solution
   
   add a configuration, allow user to decide whether to fallback to the most 
recent partition from the beginning of the timeline
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] 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