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

    https://github.com/apache/spark/pull/1346#discussion_r15483028
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala ---
    @@ -374,4 +444,97 @@ class SQLContext(@transient val sparkContext: 
SparkContext)
         new SchemaRDD(this, SparkLogicalPlan(ExistingRdd(schema, rowRdd)))
       }
     
    +  /**
    +   * Returns the equivalent StructField in Scala for the given StructField 
in Java.
    +   */
    +  protected def asJavaStructField(scalaStructField: StructField): 
JStructField = {
    --- End diff --
    
    Should this be here or in the JavaSQLContext?


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