kunal642 commented on a change in pull request #3386: [WIP] : Pre-priming cache
URL:
https://github.com/apache/carbondata/pull/3386#discussion_r326115933
##########
File path: integration/spark2/src/main/scala/org/apache/carbondata/indexserver/IndexServer.scala
##########
@@ -52,13 +53,13 @@ trait ServerInterface {
/**
* Get the cache size for the specified tables.
*/
- def showCache(tableNames: String) : Array[String]
+ def showCache(tableNames: String): Array[String]
/**
* Invalidate the cache for the specified segments only. Used in case of compaction/Update/Delete.
*/
def invalidateSegmentCache(carbonTable: CarbonTable,
- segmentIds: Array[String], jobGroupId: String = ""): Unit
+ segmentIds: Array[String], jobGroupId: String = ""): Unit
Review comment:
refactor properly
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services