-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-25421][SQL] Abstract an output path field in trait DataWritingCommand #22411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
6074e36
4de9f8d
c0d6c83
9850250
adb1207
26365d6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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, | ||
|
||
| staticPartitions = Map.empty, | ||
| ifPartitionNotExists = false, | ||
| partitionColumns = partitionColumns.map(UnresolvedAttribute.quoted), | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need
DataWritingCommandhere, too?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will remove it