Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2977#discussion_r239345454
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/preaaggregate/PreAggregateListeners.scala
---
@@ -111,6 +113,29 @@ trait CommitHelper {
}
}
+ protected def mergeTableStatusContents(uuidTableStatusPath: String,
--- End diff --
It seems duplicate, please try to use same method from other places as well.---
