Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1876#discussion_r165584068
--- 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 --
@QiangCai I have verified by serializing LogicalRelation , and it is able to serialize and deserialize with out any issue. Only it could not tableSize and that also i added t class level.
---