Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1615#discussion_r154976204
--- Diff:
integration/spark-common/src/main/scala/org/apache/carbondata/events/LoadEvents.scala
---
@@ -32,7 +32,9 @@ case class LoadTablePreExecutionEvent(sparkSession:
SparkSession,
factPath: String,
isDataFrameDefined: Boolean,
optionsFinal: scala.collection
- .mutable.Map[String, String]) extends Event with LoadEventInfo
+ .mutable.Map[String, String],
--- End diff --
this belong to previous line
---