Github user rahulforallp commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1997#discussion_r170452321
--- Diff:
streaming/src/main/scala/org/apache/carbondata/streaming/StreamSinkFactory.scala
---
@@ -67,7 +67,7 @@ object StreamSinkFactory {
carbonLoadModel.getFactFilePath,
false,
parameters.asJava,
- null,
+ parameters.asJava,
--- End diff --
while triggering the LoadTablePreExecutionEvent we reuire options provided
by user and the finalOptions . In case of streaming both are same
---