ajantha-bhat commented on a change in pull request #3688: [CARBONDATA-3765] 
Refactor Index Metadata for CG and FG Indexes
URL: https://github.com/apache/carbondata/pull/3688#discussion_r406056076
 
 

 ##########
 File path: 
integration/spark/src/main/scala/org/apache/spark/sql/index/CarbonIndexUtil.scala
 ##########
 @@ -105,7 +105,8 @@ object CarbonIndexUtil {
     val indexMeta = carbonTable.getTableInfo.getFactTable.getTableProperties
       .get(carbonTable.getCarbonTableIdentifier.getTableId)
     val indexesTables = if (null != indexMeta) {
 
 Review comment:
   ```suggestion
       val SecondaryIndexTables = if (null != indexMeta) {
   ```

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to