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/19 13:14:18 UTC

[GitHub] [hudi] Limess edited a comment 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

Limess edited a comment on issue #4043:
URL: https://github.com/apache/hudi/issues/4043#issuecomment-974042539


   Note that `story_published_partition_date` is being written to the end table due to `hoodie.datasource.write.drop.partition.columns` being ineffective (https://github.com/apache/hudi/issues/3945)
   
   I wonder if that could be the cause of the issue as we're _technically_ inserting a new column in the middle of the schema (as `story_published_partition_date` is at the end and added by a SQL transformer)?


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