Skip to content

Commit 17b690e

Browse files
committed
remove comment
1 parent 40f0372 commit 17b690e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/InsertIntoHadoopFsRelation.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ private[sql] case class InsertIntoHadoopFsRelation(
9898
job.setOutputValueClass(classOf[InternalRow])
9999
FileOutputFormat.setOutputPath(job, qualifiedOutputPath)
100100

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-
104101
// A partitioned relation schema's can be different from the input logicalPlan, since
105102
// partition columns are all moved after data column. We Project to adjust the ordering.
106103
// TODO: this belongs in the analyzer.

0 commit comments

Comments
 (0)