akashrn5 commented on a change in pull request #3511: [CARBONDATA-3620]: Update
does not load cache in memory, behavior inconsistent with scenario when index
server is not running
URL: https://github.com/apache/carbondata/pull/3511#discussion_r359221580
##########
File path:
integration/spark2/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala
##########
@@ -473,6 +473,13 @@ object CarbonDataRDDFactory {
.STATUS_FILE_UPDATION_FAILURE
return null
}
+ // code to handle Pre-Priming cache for update command
+ if (!segmentFiles.isEmpty) {
+ val segmentstoprime = segmentFiles.asScala.map(iterator =>
iterator.getSegmentNo).toSeq
Review comment:
make it camelcase
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services