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

    https://github.com/apache/spark/pull/12493#discussion_r60312062
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/api/r/SQLUtils.scala 
---
    @@ -23,12 +23,15 @@ import scala.util.matching.Regex
     
     import org.apache.spark.api.java.{JavaRDD, JavaSparkContext}
     import org.apache.spark.api.r.SerDe
    +import org.apache.spark.broadcast.Broadcast
     import org.apache.spark.rdd.RDD
     import org.apache.spark.sql.{DataFrame, Row, SaveMode, SQLContext}
    +import org.apache.spark.sql.catalyst.encoders.RowEncoder
     import org.apache.spark.sql.catalyst.expressions.GenericRowWithSchema
    +import org.apache.spark.sql.Encoder
     import org.apache.spark.sql.types._
     
    -private[r] object SQLUtils {
    +private[sql] object SQLUtils {
    --- End diff --
    
    is there a reason this scope (and other related) is expanded from `r` to 
`sql`?


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to