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_r405989456
 
 

 ##########
 File path: 
integration/spark/src/main/scala/org/apache/carbondata/datamap/IndexRebuildRDD.scala
 ##########
 @@ -101,9 +103,11 @@ object IndexRebuildRDD {
       sparkSession,
       new RefreshResultImpl(),
       carbonTable.getTableInfo,
+      schema,
       schema.getDataMapName,
       indexedCarbonColumns.asScala.toArray,
-      segments2DmStorePath.keySet
+      segments2DmStorePath.keySet,
+      schema.getProviderName
 
 Review comment:
   just passing schema is enough, 
   schema.getProviderName, schema.getDataMapName, can be obtained inside from 
this

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