Skip to content

JsonScalarExpression.VisitChildren() has wrong loop logic #37193

@roji

Description

@roji

In JsonScalarExpression.VisitChildren():

for (var j = 0; j < i; i++)
{
    newPath[j] = Path[j];
}

Note the i/j confusion in the for loop (🤦)

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions