Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1672#discussion_r157346926
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonInsertIntoCommand.scala
---
@@ -40,7 +41,11 @@ case class CarbonInsertIntoCommand(
scala.collection.immutable.Map("fileheader" -> header),
overwrite,
null,
- Some(df)).run(sparkSession)
+ Some(df),
--- End diff --
ok---
