implydata / plywood

A toolkit for querying and interacting with Big Data
https://plywood.imply.io
Apache License 2.0
384 stars 61 forks source link

add a null check to the accumulator in set.ts [IMPLY-32068] #283

Closed mcbrewster closed 1 year ago

mcbrewster commented 1 year ago

Set.unifyElements elements should check that the accumulator is not null before adding it to new values. This will filter out null values and it will no longer throw an error.

before:

Screen Shot 2023-04-18 at 1 13 44 PM

after:

Screen Shot 2023-04-18 at 1 02 48 PM