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

    https://github.com/apache/spark/pull/13243#discussion_r74974149
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/DataFrameComplexTypeSuite.scala ---
    @@ -58,4 +58,39 @@ class DataFrameComplexTypeSuite extends QueryTest with 
SharedSQLContext {
         val nullIntRow = df.selectExpr("i[1]").collect()(0)
         assert(nullIntRow == org.apache.spark.sql.Row(null))
       }
    +
    +  test("SPARK-15285 Generated SpecificSafeProjection.apply method grows 
beyond 64KB") {
    +    val ds100_5 = Seq(S100_5()).toDS()
    +    ds100_5.rdd.count
    +  }
     }
    +
    +case class S100(
    --- End diff --
    
    I will take this approach for running test suite without scala 2.10.


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