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/03/06 02:18:25 UTC

[GitHub] [hudi] misurin commented on issue #4947: [SUPPORT] Hudi 0.9 couldn't process older timestamp column from parquet files in delta streamer with Spark 3.1.2

misurin commented on issue #4947:
URL: https://github.com/apache/hudi/issues/4947#issuecomment-1059880013


   We're also facing the same issue with deltastreamer, and it looks like a Spark problem rather than HUDI. The way we work around it is using Spark 3.2 for Deltastreamer and set `spark.sql.parquet.datetimeRebaseModeInRead=CORRECTED`. If you use HUDI incremental source, Spark 3.2 will not work.


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