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

    https://github.com/apache/spark/pull/4697#discussion_r25457221
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/parquet/parquetSuites.scala ---
    @@ -31,7 +31,9 @@ import org.apache.spark.sql.hive.test.TestHive._
     case class ParquetData(intField: Int, stringField: String)
     // The data that also includes the partitioning key
     case class ParquetDataWithKey(p: Int, intField: Int, stringField: String)
    -
    +case class StructContainer(intStructField :Int, stringStructField: String )
    +case class ParquetDataWithComplexTypes(intField :Int, stringField: String 
,structField: StructContainer, arrayField: Seq[Int])
    +case class ParquetDataWithKeyAndComplexTypes(p: Int,intField :Int, 
stringField: String , structField: StructContainer, arrayField: Seq[Int])
    --- End diff --
    
    100 columns exceeded.


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