kunal642 commented on a change in pull request #4218:
URL: https://github.com/apache/carbondata/pull/4218#discussion_r710760760
##########
File path:
integration/spark/src/main/scala/org/apache/carbondata/spark/load/DataLoadProcessorStepOnSpark.scala
##########
@@ -219,6 +219,7 @@ object DataLoadProcessorStepOnSpark {
rows: Iterator[CarbonRow],
index: Int,
modelBroadcast: Broadcast[CarbonLoadModel],
+ isCompactionFlow: Boolean = false,
Review comment:
why add this in between? if you keep in last then scala will take the
default value if not passed, so change in DataLoadProcessBuilderOnSpark.scala
to pass false will not be required
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]