Skip to content

bug passing null values to CosumeAsPartial #3175

@mccanne

Description

@mccanne

The collect aggregator is receiving null values for some reason in ConsumeAsPartial().

Let's investigate this and either eliminate the call or document it better.

Recreate with

collect(x) by key with -limit 1 in.zson

where in.zson is

      {key:"a",x:1(int32)}
      {key:"a",x:-1(int32)}
      {key:"b",x:2(int32)}
      {key:"b",x:1(int32)}
      {key:"a",x:8(int32)}
      {key:"b",x:1(int32)}
      {key:"a"}
      {key:"a"}
      {key:"a"}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions