Indhumathi27 commented on a change in pull request #4121:
URL: https://github.com/apache/carbondata/pull/4121#discussion_r619208860
##########
File path:
integration/spark/src/main/scala/org/apache/spark/sql/secondaryindex/events/AlterTableDropColumnEventListener.scala
##########
@@ -60,7 +60,6 @@ class AlterTableDropColumnEventListener extends
OperationEventListener {
tablePath: String,
alterTableDropColumnModel: AlterTableDropColumnModel)
(sparkSession: SparkSession) {
- var indexTableToDrop: Seq[String] = Seq.empty
Review comment:
Please rename method name `dropApplicableSITables` to
`checkIfDropColumnExistsInSI`
--
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]