Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/16397#discussion_r94190092
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogBackwardCompatibilitySuite.scala
---
@@ -185,8 +191,8 @@ class HiveExternalCatalogBackwardCompatibilitySuite
extends QueryTest
identifier = TableIdentifier("tbl9", Some("test_db")),
tableType = CatalogTableType.EXTERNAL,
storage = CatalogStorageFormat.empty.copy(
- locationUri = Some(defaultTablePath("tbl9") + "-__PLACEHOLDER__"),
- properties = Map("path" -> tempDir.getAbsolutePath)),
+ locationUri = Some(defaultTableURI("tbl9").toString +
"-__PLACEHOLDER__"),
--- End diff --
I think this .toString is superfluous, in string concatenation, but it's
not worth changing
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]