Skip to content

Fix null equality bug#3115

Merged
texodus merged 1 commit intomasterfrom
fix-null-equality-bug
Feb 3, 2026
Merged

Fix null equality bug#3115
texodus merged 1 commit intomasterfrom
fix-null-equality-bug

Conversation

@texodus
Copy link
Member

@texodus texodus commented Feb 2, 2026

This PR fixes an issue which caused null values in separate table.update() batches to not be assigned the correct group if a View with a group_by already exists. Also included is a convoluted test that repros this condition through brute force.

@texodus texodus force-pushed the fix-null-equality-bug branch 2 times, most recently from 9c3403b to 324a7bf Compare February 3, 2026 01:48
Signed-off-by: Andrew Stein <steinlink@gmail.com>
@texodus texodus force-pushed the fix-null-equality-bug branch from 324a7bf to 82f21a0 Compare February 3, 2026 02:00
@texodus texodus added the bug Concrete, reproducible bugs label Feb 3, 2026
@texodus texodus marked this pull request as ready for review February 3, 2026 05:10
@texodus texodus merged commit af27e88 into master Feb 3, 2026
44 of 46 checks passed
@texodus texodus deleted the fix-null-equality-bug branch February 3, 2026 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Concrete, reproducible bugs

Development

Successfully merging this pull request may close these issues.

2 participants