Fokko commented on a change in pull request #26780: [SPARK-27506][SQL] Allow 
deserialization of Avro data using compatible schemas 
URL: https://github.com/apache/spark/pull/26780#discussion_r356433990
 
 

 ##########
 File path: python/pyspark/sql/avro/functions.py
 ##########
 @@ -30,9 +30,10 @@
 @since(3.0)
 def from_avro(data, jsonFormatSchema, options={}):
     """
-    Converts a binary column of avro format into its corresponding catalyst 
value. The specified
-    schema must match the read data, otherwise the behavior is undefined: it 
may fail or return
-    arbitrary result.
+    Converts a binary column of avro format into its corresponding catalyst 
value. If a writer's
 
 Review comment:
   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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to