Github user fjh100456 commented on a diff in the pull request:
https://github.com/apache/spark/pull/22412#discussion_r217613124
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/SaveAsHiveFile.scala
---
@@ -217,12 +217,7 @@ private[hive] trait SaveAsHiveFile extends
DataWritingCommand {
val inputPathUri: URI = inputPath.toUri
val inputPathName: String = inputPathUri.getPath
val fs: FileSystem = inputPath.getFileSystem(hadoopConf)
- var stagingPathName: String =
--- End diff --
Yes, I had checked the pr
[#12770](https://github.com/apache/spark/pull/12770/files) too. But I'm not
very clear why we should do like that.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]