vinothchandar commented on issue #828: Synchronizing to hive partition is incorrect URL: https://github.com/apache/incubator-hudi/issues/828#issuecomment-519969648 >The hive partition should be in the form of key=value and hudi missing part_date field name. This is a convention and not necessary per se for external tables.. Can you paste the logs you get for the Hive sync portion? In general, we expect ` .option(DataSourceWriteOptions.PARTITIONPATH_FIELD_OPT_KEY(), "part_date")` to have values of the form `yyyy/mm/dd` .. Do you have them as `yyyy-mm-dd` ?
---------------------------------------------------------------- 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
