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

    https://github.com/apache/spark/pull/22309#discussion_r228866822
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala 
---
    @@ -180,11 +189,13 @@ object ScalaReflection extends ScalaReflection {
        * @param tpe The `Type` of deserialized object.
        * @param path The expression which can be used to extract serialized 
value.
        * @param walkedTypePath The paths from top to bottom to access current 
field when deserializing.
    +   * @param instantiateValueClass If `true`, create an instance for Scala 
value class
    --- End diff --
    
    it will be good to explain when we need to instantiate value class and why


---

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

Reply via email to