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

    https://github.com/apache/spark/pull/11775#discussion_r57038585
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala
 ---
    @@ -693,23 +693,25 @@ class MetastoreDataSourcesSuite extends QueryTest 
with SQLTestUtils with TestHiv
       test("SPARK-6024 wide schema support") {
         withSQLConf(SQLConf.SCHEMA_STRING_LENGTH_THRESHOLD.key -> "4000") {
           withTable("wide_schema") {
    -        // We will need 80 splits for this schema if the threshold is 4000.
    -        val schema = StructType((1 to 5000).map(i => StructField(s"c_$i", 
StringType, true)))
    -
    -        // Manually create a metastore data source table.
    -        sessionState.catalog.createDataSourceTable(
    -          tableIdent = TableIdentifier("wide_schema"),
    -          userSpecifiedSchema = Some(schema),
    -          partitionColumns = Array.empty[String],
    -          bucketSpec = None,
    -          provider = "json",
    -          options = Map("path" -> "just a dummy path"),
    --- End diff --
    
    Any particular reason that we changed the path?


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