Skip to content

Commit a2c9168

Browse files
committed
fix test faile
1 parent 825c0ad commit a2c9168

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sql/hive/src/test/scala/org/apache/spark/sql/hive/ShowCreateTableSuite.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ class ShowCreateTableSuite extends QueryTest with SQLTestUtils with TestHiveSing
344344
)
345345

346346
table.copy(
347+
storage = table.storage.copy(
348+
locationUri = table.storage.locationUri.map(_.stripPrefix("file:"))),
347349
createTime = 0L,
348350
lastAccessTime = 0L,
349351
properties = table.properties.filterKeys(!nondeterministicProps.contains(_))

0 commit comments

Comments
 (0)