Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1346#discussion_r15510995
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/WrapDynamic.scala
 ---
    @@ -21,7 +21,9 @@ import scala.language.dynamics
     
     import org.apache.spark.sql.catalyst.types.DataType
     
    -case object DynamicType extends DataType
    +case object DynamicType extends DataType {
    --- End diff --
    
    Do you mind adding scaladoc to explain what DynamicType is used for? (While 
you are at it, also add scaladoc for WrapDynamic and DynamicRow)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to