onlywangyh commented on issue #7298:
URL: https://github.com/apache/hudi/issues/7298#issuecomment-1327067538

   E.g., Table has partition 4 partitions:
   year=2022/month=08/day=30, year=20222/month=08/day=31, 
year=2022/month=07/day=03, year=2022/month=077/day=04
   Prefix "year=2022"  we expect return year=2022/month=08/day=30,  
year=2022/month=07/day=03, year=2022/month=077/day=04, actual return all 
partitions, while prefix "year=2022/month=07" we expect 
year=2022/month=07/day=03, actual output only two partitions.
   
   


-- 
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