You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "voonhous (via GitHub)" <gi...@apache.org> on 2023/04/25 09:55:30 UTC

[GitHub] [hudi] voonhous commented on issue #8540: [SUPPORT] Getting error when writing into COW HUDI table if schema changed (datatype changed / column dropped)

voonhous commented on issue #8540:
URL: https://github.com/apache/hudi/issues/8540#issuecomment-1521508289

   @easonwood How are you deleting the partition? i.e. is the partition being dropped via a Spark-SQL DML? 
   
   ```sql
   ALTER TABLE $tableName DROP PARTTION (cluster=aw1, year=2022, month=11, day=30)
   ```
   
   Or did you drop it some other way? 
   
   Can you try reading the table using a more recent version? Something like 0.13.0 to see if the issue exists?? 


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