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_r406012114
##########
File path:
integration/spark/src/main/scala/org/apache/spark/sql/secondaryindex/hive/CarbonInternalMetastore.scala
##########
@@ -192,6 +226,42 @@ object CarbonInternalMetastore {
LOGGER.error(e.getMessage)
}
}
+ if (null != indexExists) {
+ if (null != carbonTable && (null == indexExists ||
indexExists.toBoolean)) {
Review comment:
indexExists is not null, that is when it enters this line.
----------------------------------------------------------------
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