Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21774#discussion_r203938957
  
    --- Diff: 
external/avro/src/main/scala/org/apache/spark/sql/avro/package.scala ---
    @@ -36,4 +40,27 @@ package object avro {
         @scala.annotation.varargs
         def avro(sources: String*): DataFrame = 
reader.format("avro").load(sources: _*)
       }
    +
    +  /**
    +   * 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.
    +   *
    --- End diff --
    
    +1


---

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

Reply via email to