We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f0372 commit 17b690eCopy full SHA for 17b690e
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/InsertIntoHadoopFsRelation.scala
@@ -98,9 +98,6 @@ private[sql] case class InsertIntoHadoopFsRelation(
98
job.setOutputValueClass(classOf[InternalRow])
99
FileOutputFormat.setOutputPath(job, qualifiedOutputPath)
100
101
- // We create a DataFrame by applying the schema of relation to the data to make sure.
102
- // We are writing data based on the expected schema,
103
-
104
// A partitioned relation schema's can be different from the input logicalPlan, since
105
// partition columns are all moved after data column. We Project to adjust the ordering.
106
// TODO: this belongs in the analyzer.
0 commit comments