fix auto filters for nullable columns#6433
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit f20f3dd
☁️ Nx Cloud last updated this comment at |
What changed
weakEqualsfallback when no value is availableWhy
Automatic filter selection previously inspected only the first row. If that row contained
null, a nullable string column receivedweakEquals, so partial string filtering failed and behavior changed when row order changed.Using the first available value keeps the existing automatic filter choices while making nullable columns deterministic for the reported case.
Validation
git diff --checkCloses #4711