maropu commented on a change in pull request #29739:
URL: https://github.com/apache/spark/pull/29739#discussion_r490070616
##########
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",
+ "hive.exec.dynamic.partition.mode" -> "nonstrict") {
+ withTable("df") {
+ spark.range(1000)
Review comment:
sgtm
----------------------------------------------------------------
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]