Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/22411#discussion_r217453349
--- 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 --
Could you undo this redundant change, @LantaoJin ?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]