Github user tejasapatil commented on a diff in the pull request:
https://github.com/apache/spark/pull/17644#discussion_r148566192
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogSuite.scala
---
@@ -247,7 +247,7 @@ abstract class ExternalCatalogSuite extends
SparkFunSuite with BeforeAndAfterEac
val catalog = newBasicCatalog()
val tbl1 = catalog.getTable("db2", "tbl1")
val newSchema = StructType(Seq(
- StructField("new_field_1", IntegerType),
+ StructField("col1", IntegerType),
--- End diff --
Huh. If I revert the change to this test case, it does not fail anymore.
This is bad because the table properties still say that its bucketed over
`col1` but `col1` is not in the modified table schema. I am taking a look to
see what changed.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]