hanahmily commented on code in PR #378:
URL: 
https://github.com/apache/skywalking-banyandb/pull/378#discussion_r1464340894


##########
banyand/stream/tstable.go:
##########
@@ -180,6 +180,9 @@ func newTSTable(fileSystem fs.FileSystem, rootPath string, 
p common.Position,
        var needToDelete []string
        for i := range ee {
                if ee[i].IsDir() {
+                       if ee[i].Name() == "element_idx" {

Review Comment:
   You should exclude directories that do not start with "part-". If any 
directories do not meet this criterion, the condition will not be satisfied. 



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

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to