aresdb
aresdb copied to clipboard
Useless field assignment in `aql_nonaggr_batchexecutor.go`
Describe the bug
It looks like this assignment to bc.size is dead (bc is a local variable which does not escape, and the field is not read anywhere).
To Reproduce
I found this issue using static analysis, so I cannot provide reproduction steps. I think this probably has no observable effect in practice.