kunal642 commented on a change in pull request #3146: [WIP] Added PreAgg & Bloom Event-Listener for ShowCacheCommmand
URL:
https://github.com/apache/carbondata/pull/3146#discussion_r267196306
##########
File path: integration/spark-common/src/main/scala/org/apache/carbondata/events/Events.scala
##########
@@ -62,6 +62,18 @@ trait DropTableEventInfo {
val ifExistsSet: Boolean
}
+/**
+ * event for show cache
+ */
+trait ShowTableCacheEventInfo {
+ val carbonTable: CarbonTable
+}
+
+trait ShowAllCacheEventInfo {
Review comment:
This is not used anywhere. Please remove
----------------------------------------------------------------
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