You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/15 15:41:15 UTC

[GitHub] [spark] gengliangwang commented on issue #24405: [SPARK-27506][SQL] Allow deserialization of Avro data using compatible schemas

gengliangwang commented on issue #24405: [SPARK-27506][SQL] Allow deserialization of Avro data using compatible schemas
URL: https://github.com/apache/spark/pull/24405#issuecomment-521688184
 
 
   > cc @dbtsai @gengliangwang do we have this feature in the avro data source? e.g. can we read avro files with a different but compatible schema?
   
   Currently we don't have such feature for Avro data source. 
   The file reading always splits the file into partitions and read with one unify partition. To support such feature we will have to know the writer schema of each file.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org