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

    https://github.com/apache/spark/pull/22411#discussion_r217584359
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
 ---
    @@ -440,7 +440,7 @@ case class DataSource(
         // ordering of data.logicalPlan (partition columns are all moved after 
data column).  This
         // will be adjusted within InsertIntoHadoopFsRelation.
         InsertIntoHadoopFsRelationCommand(
    -      outputPath = outputPath,
    +      outputFsPath = outputPath,
    --- End diff --
    
    This field overwrites the outputPath in DataWritingCommand and the return 
type is different (Path vs Option[Path]), so I rename this.


---

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

Reply via email to