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 2021/11/21 14:08:15 UTC

[GitHub] [hudi] nsivabalan commented on issue #4043: [SUPPORT] java.lang.ClassCastException: java.lang.String cannot be cast to org.apache.spark.sql.Row error when writing particular source data after column addition

nsivabalan commented on issue #4043:
URL: https://github.com/apache/hudi/issues/4043#issuecomment-974824144


   May I know whats the new column you are adding just in writer2? In desc you are describing as `_hoodie_deleted_date`, but I don't see any such field in your target table schema. may be its a diff column is it. 
   Also, in general schema evolution works well if you add a new column to the end of the existing schema. if you add in the middle, I am not sure it might sit well. 
   Can you confirm this. please. 


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