Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/22233#discussion_r213406078
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -52,23 +52,24 @@ class InMemoryCatalogedDDLSuite extends DDLSuite with
SharedSQLContext with Befo
protected override def generateTable(
catalog: SessionCatalog,
name: TableIdentifier,
- isDataSource: Boolean = true): CatalogTable = {
+ isDataSource: Boolean = true,
+ partitionCols: Seq[String] = Seq("a", "b")): CatalogTable = {
--- End diff --
A question about the changes in this file. Are they related to the work of
this PR?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]