Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2113#discussion_r181397988
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/CarbonEnv.scala ---
@@ -173,6 +174,10 @@ object CarbonEnv {
.addListener(classOf[AlterTableDropPartitionPostStatusEvent],
AlterTableDropPartitionPostStatusListener)
.addListener(classOf[AlterTableDropPartitionMetaEvent],
AlterTableDropPartitionMetaListener)
+ .addListener(classOf[AlterTableRenamePreEvent],
LuceneRenameTablePreListener)
--- End diff --
Is this required? Ideally, lucene datamap is a separate module which should
not have intrusive modification in other modules
---