Indhumathi27 commented on a change in pull request #3755:
URL: https://github.com/apache/carbondata/pull/3755#discussion_r422795020
##########
File path:
integration/spark/src/main/scala/org/apache/carbondata/view/MVEvents.scala
##########
@@ -20,31 +20,43 @@ package org.apache.carbondata.view
import org.apache.spark.sql.SparkSession
import org.apache.spark.sql.catalyst.TableIdentifier
-import org.apache.carbondata.events.Event
+import org.apache.carbondata.events.{Event, MVEventsInfo}
/**
- * For handling operation's before start of mv creation
+ * For handling operation's before start of MV creation
*/
-case class CreateMVPreExecutionEvent(sparkSession: SparkSession,
- tableIdentifier: TableIdentifier) extends Event
+case class CreateMVPreExecutionEvent(
+ sparkSession: SparkSession,
+ storePath: String,
Review comment:
Can rename `storePath` to `systemDirectoryPath` in all mv events
----------------------------------------------------------------
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]