We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825c0ad commit a2c9168Copy full SHA for a2c9168
1 file changed
sql/hive/src/test/scala/org/apache/spark/sql/hive/ShowCreateTableSuite.scala
@@ -344,6 +344,8 @@ class ShowCreateTableSuite extends QueryTest with SQLTestUtils with TestHiveSing
344
)
345
346
table.copy(
347
+ storage = table.storage.copy(
348
+ locationUri = table.storage.locationUri.map(_.stripPrefix("file:"))),
349
createTime = 0L,
350
lastAccessTime = 0L,
351
properties = table.properties.filterKeys(!nondeterministicProps.contains(_))
0 commit comments