Virmaline commented on issue #6278:
URL: https://github.com/apache/hudi/issues/6278#issuecomment-1353894927

   Never mind, I got it working.
   
   I specified the --conf wrong, having the options comma separated instead of 
separate --conf statements and it needs to have both spark.sql.avro and 
spark.sql.parquet options set to work as such:
   
   --conf spark.sql.avro.datetimeRebaseModeInRead=CORRECTED 
   --conf spark.sql.avro.datetimeRebaseModeInWrite=CORRECTED 
   --conf spark.sql.parquet.datetimeRebaseModeInRead=CORRECTED 
   --conf spark.sql.parquet.datetimeRebaseModeInWrite=CORRECTED
   
   


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