[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

2022-01-10 Thread GitBox
nsivabalan commented on issue #4043: URL: https://github.com/apache/hudi/issues/4043#issuecomment-1009421310 sure, thanks for the feedback. I have already filed a tracking jira to add a faq or validation around `_hoodie_is_deleted` being added w/ a diff data type. will take it up along

[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

2021-12-28 Thread GitBox
nsivabalan commented on issue #4043: URL: https://github.com/apache/hudi/issues/4043#issuecomment-1002289643 @Limess : do you have any updates for us. if the issue is resolved, can we close the github issue. if not, let us know how we can assist you here. -- This is an automated message

[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

2021-12-08 Thread GitBox
nsivabalan commented on issue #4043: URL: https://github.com/apache/hudi/issues/4043#issuecomment-989076089 yes, can you try ordering the columns explicitly with writer2. and then with writer1, please set hoodie.datasource.write.reconcile.schema=true. These should work if your

[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

2021-11-21 Thread GitBox
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

[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

2021-11-21 Thread GitBox
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