LuciferYang commented on code in PR #47485: URL: https://github.com/apache/spark/pull/47485#discussion_r1694471506
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala: ########## @@ -1411,7 +1411,8 @@ class SessionCatalog( parts.map { part => if (part.storage.locationUri.isDefined && !part.storage.locationUri.get.isAbsolute) { val partPath = new Path(new Path(tbl.location), new Path(part.storage.locationUri.get)) - val qualifiedPartPath = makeQualifiedPath(CatalogUtils.stringToURI(partPath.toString)) + val partitionUri = CatalogUtils.stringToURI(partPath.toString, "partition location") Review Comment: What is the difference between `partition location` and `partition` used elsewhere? -- 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. To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org