akashrn5 commented on a change in pull request #3375: [CARBONDATA-3512]Index Server Enchantment
URL:
https://github.com/apache/carbondata/pull/3375#discussion_r321582727
##########
File path: integration/spark-common/src/main/scala/org/apache/carbondata/events/Events.scala
##########
@@ -198,3 +198,10 @@ trait BuildDataMapEventsInfo {
val identifier: AbsoluteTableIdentifier
val dataMapNames: scala.collection.mutable.Seq[String]
}
+
+/**
+ * EventInfo for IndexServer
+ */
+trait IndexServerEventInfo {
+ val absTable: AbsoluteTableIdentifier
Review comment:
change `absTable` to `absoluteTableIdentifier`
----------------------------------------------------------------
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