UZi5136225 commented on issue #1308: [Hudi-561] partition path config URL: https://github.com/apache/incubator-hudi/pull/1308#issuecomment-582763965 Currently the Hudi partition field is configured using hoodie.datasource.write.partitionpath.field. If the content of the partition field is 2020/02/06, we can correctly partition and build the hudi data directory But usually the data is not 2020/02/06, but 2020-02-06 15:34:20 (yyyy-MM-dd HH: mm: ss), or other formats, such data format hudi cannot be correct or friendly Create hudu data directory. Therefore, I want to add the time format configuration of source and tartget in dfs-source.properties for time conversion. @vinothchandar
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
