Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1876#discussion_r165302961
--- 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 --
Yes I know that, is LogicalRelation cannot be serialized in those scenarios?---
