cloud-fan commented on code in PR #36996:
URL: https://github.com/apache/spark/pull/36996#discussion_r942589965
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala:
##########
@@ -227,23 +226,21 @@ class InMemoryCatalogedDDLSuite extends DDLSuite with
SharedSparkSession {
}
}
-abstract class DDLSuite extends QueryTest with SQLTestUtils {
-
- protected val reversedProperties = Seq(PROP_OWNER)
+trait DDLSuiteBase extends SQLTestUtils {
protected def isUsingHiveMetastore: Boolean = {
spark.sparkContext.conf.get(CATALOG_IMPLEMENTATION) == "hive"
}
protected def generateTable(
- catalog: SessionCatalog,
Review Comment:
the previous 4 spaces indentation was correct
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]