Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1615#discussion_r154976392
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonLoadDataCommand.scala
---
@@ -148,7 +148,9 @@ case class CarbonLoadDataCommand(
carbonLoadModel,
factPath,
dataFrame.isDefined,
- optionsFinal)
+ optionsFinal,
+ options,
--- End diff --
Why passing to options, can you merge them into one?---
