Github user mohammadshahidkhan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1167#discussion_r157152270
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonLoadDataCommand.scala
---
@@ -314,14 +315,19 @@ case class CarbonLoadDataCommand(
} else {
None
}
+ var loadDataFrame = dataFrame
--- End diff --
@manishgupta88 Thanks for the review Fixed---
