You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/05/20 14:45:41 UTC

[GitHub] [carbondata] kumarvishal09 commented on a change in pull request #3208: [CARBONDATA-3378]Display original query in Indexserver Job

kumarvishal09 commented on a change in pull request #3208: [CARBONDATA-3378]Display original query in Indexserver Job
URL: https://github.com/apache/carbondata/pull/3208#discussion_r285630044
 
 

 ##########
 File path: integration/spark2/src/main/scala/org/apache/carbondata/indexserver/IndexServer.scala
 ##########
 @@ -116,11 +125,15 @@ object IndexServer extends ServerInterface {
 
   override def invalidateSegmentCache(databaseName: String, tableName: String,
       segmentIds: Array[String]): Unit = doAs {
+    val jobgroup: String = "invalid segment cache" + databaseName + "." + tableName
 
 Review comment:
   Can u update the message Invalid Segment Cache

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services