xuchuanyin commented on a change in pull request #3576: [CARBONDATA-3514] 
Support spark 2.4 integration
URL: https://github.com/apache/carbondata/pull/3576#discussion_r368281422
 
 

 ##########
 File path: 
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/table/CarbonDropTableCommand.scala
 ##########
 @@ -134,6 +134,7 @@ case class CarbonDropTableCommand(
       }
       val indexDatamapSchemas =
         DataMapStoreManager.getInstance().getDataMapSchemasOfTable(carbonTable)
+      LOGGER.info(s"Dropping DataMaps in table $tableName, size: " + 
indexDatamapSchemas.size())
 
 Review comment:
   why not
   
   LOGGER.info(s"Dropping DataMaps in table $tableName, size: 
${indexDatamapSchemas.size()}")

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to