Skip to content

Useless field assignment in aql_nonaggr_batchexecutor.go #273

@xiemaisi

Description

@xiemaisi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions