AngersZhuuuu commented on a change in pull request #29739:
URL: https://github.com/apache/spark/pull/29739#discussion_r490132577
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveTableScanSuite.scala
##########
@@ -187,6 +189,47 @@ class HiveTableScanSuite extends HiveComparisonTest with
SQLTestUtils with TestH
}
}
+ test("SPARK-32867: When explain, HiveTableRelation show limited message") {
+ withSQLConf(HiveUtils.CONVERT_METASTORE_ORC.key -> "false",
Review comment:
> Is this config related to this test? Looks we can write tests without
it though.
Just a habit about writing UT of hive table. Remove it, thanks for correct
this.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]