ajantha-bhat commented on a change in pull request #3661: [WIP] Support
materialized view
URL: https://github.com/apache/carbondata/pull/3661#discussion_r399963004
##########
File path:
core/src/main/java/org/apache/carbondata/core/datamap/DataMapStoreManager.java
##########
@@ -163,6 +165,17 @@ private DataMapStoreManager() {
return provider.retrieveAllSchemas();
}
+ /**
+ * Return first match of the specified index name in table
+ *
+ */
+ public Optional<DataMapSchema> getIndexInTable(CarbonTable carbonTable,
String indexName)
Review comment:
DataMapSchema need to change to IndexSchema ?
----------------------------------------------------------------
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