vikramahuja1001 commented on a change in pull request #3679: [CARBONDATA-3751]:
Segments are not Marked for delete if everything is deleted in a segment with
index server enabled
URL: https://github.com/apache/carbondata/pull/3679#discussion_r398464643
##########
File path:
integration/spark/src/main/scala/org/apache/carbondata/indexserver/DistributedPruneRDD.scala
##########
@@ -145,6 +145,7 @@ private[indexserver] class DistributedPruneRDD(@transient
private val ss: SparkS
while (reader.nextKeyValue()) {
blocklets.add(reader.getCurrentValue)
}
+ reader.close()
Review comment:
removed
----------------------------------------------------------------
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