lujiajing1126 commented on a change in pull request #80:
URL: https://github.com/apache/skywalking-banyandb/pull/80#discussion_r809895175
##########
File path: pkg/query/logical/plan_indexscan_local.go
##########
@@ -173,6 +180,10 @@ func (i *localIndexScan) executeInShard(shard tsdb.Shard)
([]tsdb.Iterator, erro
return nil, err
}
+ if seriesList == nil || len(seriesList) == 0 {
Review comment:
Thx! But it is strange. Why didn't the linter report this issue?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]