airbnb / chronon

Chronon is a data platform for serving for AI/ML applications.
Apache License 2.0
673 stars 36 forks source link

Fix joins to include partial null results #767

Open jbrooks-stripe opened 1 month ago

jbrooks-stripe commented 1 month ago

Summary

We found some online/offline inconsistencies with GroupBys when using multiple keys where some contained nulls. The online behavior would aggregate on (key1, null), whereas the offline would result in nulls if any keys were null.

This corrects the offline joins to match the online behavior of partial aggregations.

Why / Goal

Test Plan

Checklist

Reviewers