Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1876#discussion_r165808713
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonLoadDataCommand.scala
---
@@ -94,6 +89,8 @@ case class CarbonLoadDataCommand(
var table: CarbonTable = _
+ var logicalRelation: LogicalRelation = _
--- End diff --
OK, I also confirmed that. ---
