HyukjinKwon commented on a change in pull request #33577:
URL: https://github.com/apache/spark/pull/33577#discussion_r679067258



##########
File path: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/SaveAsHiveFile.scala
##########
@@ -188,7 +188,7 @@ private[hive] trait SaveAsHiveFile extends 
DataWritingCommand {
       stagingDir: String): Path = {
     val extURI: URI = path.toUri
     if (extURI.getScheme == "viewfs") {
-      getExtTmpPathRelTo(path.getParent, hadoopConf, stagingDir)

Review comment:
       It says it was copied from `Context.java#getExternalTmpPath` in Hive 
1.2. Can you check how it's fixed in Hive?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to