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_r406054448
 
 

 ##########
 File path: 
integration/spark/src/main/scala/org/apache/spark/sql/secondaryindex/events/SILoadEventListenerForFailedSegments.scala
 ##########
 @@ -67,10 +67,11 @@ class SILoadEventListenerForFailedSegments extends 
OperationEventListener with L
           .deserialize(carbonTable.getTableInfo.getFactTable.getTableProperties
             .get(carbonTable.getCarbonTableIdentifier.getTableId))
         val mainTableDetails = 
SegmentStatusManager.readLoadMetadata(carbonTable.getMetadataPath)
+        val providerName = CarbonIndexProvider.SI.getIndexProviderName
 
 Review comment:
   ```suggestion
           val secondaryIndexProvider = 
CarbonIndexProvider.SI.getIndexProviderName
   ```

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