yunchipang commented on issue #286:
URL: https://github.com/apache/hudi-rs/issues/286#issuecomment-3349809963

   @xushiyan do we want something like:
   1. user can input filters, e.g.`year=2025` or `month=01`
   2. transform the filters to timestamp-based key, e.g. `ts >= xxxxx AND ts < 
xxxxx` and apply it when filtering partitions
   
   not sure how to handle custom keygens, but i'd love to start with fixing 
timestamp-based keygens.


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