xushiyan commented on issue #4008:
URL: https://github.com/apache/hudi/issues/4008#issuecomment-974699893


   @mtami 
   > 1. sample partition path: s3://schema_name/table_name/created=2021/11/10/ 
-> this will have parquet files as output
   
   This is not a valid hive-style partition. You should change it to these for 
example
   
   ```
   s3://schema_name/table_name/created=2021-11-10/ -> this will have parquet 
files as output
   
   OR
   
   s3://schema_name/table_name/year=2021/month=11/day=10/ -> this will have 
parquet files as output
   ```


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