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

    https://github.com/apache/spark/pull/23184#discussion_r238120855
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/api/r/SQLUtils.scala 
---
    @@ -225,4 +225,10 @@ private[sql] object SQLUtils extends Logging {
         }
         sparkSession.sessionState.catalog.listTables(db).map(_.table).toArray
       }
    +
    +  def createArrayType(elementType: DataType): ArrayType = 
DataTypes.createArrayType(elementType)
    --- End diff --
    
    yea, it's really minor, but really no one except you is working R APIs :)


---

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

Reply via email to