You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/05 19:56:20 UTC

[GitHub] [hudi] yihua commented on pull request #6851: [HUDI-4966] Add a partition extractor to handle partition values with slashes

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-unsubscribe@hudi.apache.org

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