kenny291 commented on issue #3558:
URL: https://github.com/apache/hudi/issues/3558#issuecomment-912213385


   Hi @codope,
   Thank for rechecking it. I disabled Hive/Glue sync.
   
   I tested with your example in [quick test 
locally](https://gist.github.com/codope/0a8945ff46337a6eff1ead9a9f881616).
   It worked, but your data is a little difference. It's only 1 partition 
`part_0`.
   
   Did you recheck with data as I mentioned ?
   data1: 
   partition: part_0 and part_3
   
   then data2:
   partition: part_0 and part_9 (change data type to double, no new data coming 
for part_3)
   
   As we saw in hudi-spark exception: data in partition `part_3` still keep 
data type `INT`. So, spark can not read it with latest schema.
   
   Thanks


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to