jackylk commented on a change in pull request #3719: [CARBONDATA-3754]avoid
listing index files during SI rebuild
URL: https://github.com/apache/carbondata/pull/3719#discussion_r410550270
##########
File path:
integration/spark/src/main/scala/org/apache/spark/sql/secondaryindex/util/SecondaryIndexUtil.scala
##########
@@ -197,6 +200,9 @@ object SecondaryIndexUtil {
}
if (finalMergeStatus) {
if (null != mergeStatus && mergeStatus.length != 0) {
+ deleteOldIndexOrMergeIndexFiles(carbonLoadModel.getFactTimeStamp,
Review comment:
move carbonLoadModel.getFactTimeStamp to next 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