Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Aug 7, 2015
1 parent 40f0372 commit 17b690e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ private[sql] case class InsertIntoHadoopFsRelation(
job.setOutputValueClass(classOf[InternalRow])
FileOutputFormat.setOutputPath(job, qualifiedOutputPath)

// We create a DataFrame by applying the schema of relation to the data to make sure.
// We are writing data based on the expected schema,

// A partitioned relation schema's can be different from the input logicalPlan, since
// partition columns are all moved after data column. We Project to adjust the ordering.
// TODO: this belongs in the analyzer.
Expand Down

0 comments on commit 17b690e

Please sign in to comment.