umehrot2 commented on issue #1406: [HUDI-713] Fix conversion of Spark array of 
struct type to Avro schema
URL: https://github.com/apache/incubator-hudi/pull/1406#issuecomment-602846762
 
 
   > LGTM overall..
   > 
   > @umehrot2 @zhedoubushishi generally speaking, this schema namespace 
mismatch.. is this a backwards incompatible change.. i.e if we people have 
written data using 0.5.1, could they use master/0.6.0 to read and write without 
pain?
   
   @vinothchandar with 0.5.1 currently you cannot even write some of these 
complex data types like Array or structs etc. So this is actually a fix, and is 
not backwards incompatible with 0.5.1 since it uses `spark-avro`. However, it 
will be backwards incompatible with `databricks-avro`. So anyone who has 
written data using `databricks-avro` will face issues reading.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to