yihua commented on PR #6851:
URL: https://github.com/apache/hudi/pull/6851#issuecomment-1264718033

   > @yihua thanks for looking into this. I think the user's problem can also 
be resolved by using `SlashEncodedDayPartitionValueExtractor` ? probably need 
to follow the [migration 
guide](https://hudi.apache.org/releases/release-0.12.0#configuration-updates)
   
   If the date output format is “yyyy/MM/dd”, yes.  But we should also allow 
user to specify any format, e.g., “yyyyMM/dd/HH” or “MM/dd/yyyy”, which don’t 
have any corresponding partition extractor that works.  The new partition 
extractor addresses this problem.  Even for “yyyy/MM/dd”, there is no need to 
specify extractor after the fix.


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to