Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22078#discussion_r228881996
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/InsertIntoHadoopFsRelationCommand.scala
 ---
    @@ -70,7 +76,6 @@ case class InsertIntoHadoopFsRelationCommand(
         val hadoopConf = 
sparkSession.sessionState.newHadoopConfWithOptions(options)
         val fs = outputPath.getFileSystem(hadoopConf)
         val qualifiedOutputPath = outputPath.makeQualified(fs.getUri, 
fs.getWorkingDirectory)
    -
    --- End diff --
    
    I would remove unrelated newline changes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to