vikramahuja1001 commented on a change in pull request #3565: [CARBONDATA-3662]:
Changes to show metacache command
URL: https://github.com/apache/carbondata/pull/3565#discussion_r365179893
##########
File path:
integration/spark2/src/main/scala/org/apache/carbondata/indexserver/DistributedShowCacheRDD.scala
##########
@@ -71,10 +75,21 @@ class DistributedShowCacheRDD(@transient private val ss:
SparkSession, tableUniq
.getTableUniqueName
} else {
dataMap.getDataMapSchema.getRelationIdentifier.getDatabaseName +
"_" + dataMap
- .getDataMapSchema.getDataMapName
+ .getDataMapSchema.getDataMapName
+ }
+ if (executorCache == true) {
Review comment:
done
----------------------------------------------------------------
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