ESQL: Fix NPE in bucket_sort on unresolvable sort path#149390
ESQL: Fix NPE in bucket_sort on unresolvable sort path#149390GalLalouche wants to merge 4 commits into
Conversation
Treat `null` from `resolveBucketValue` as a missing value and let the existing `gap_policy` decide, matching how sibling pipeline aggregators (`BucketScript`, `BucketMetrics`, `Derivative`, etc.) handle the same case. Closes elastic#136418
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
|
Hi @GalLalouche, I've created a changelog YAML for you. |
🔍 Preview links for changed docs⏳ Building and deploying preview... View progress This comment will be updated with preview links when the build is complete. |
ℹ️ Important: Docs version tagging👋 Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version. We use applies_to tags to mark version-specific features and changes. Expand for a quick overviewWhen to use applies_to tags:✅ At the page level to indicate which products/deployments the content applies to (mandatory) What NOT to do:❌ Don't remove or replace information that applies to an older version 🤔 Need help?
|
Treat `null` from `resolveBucketValue` as a missing value and let the existing `gap_policy` decide, matching how sibling pipeline aggregators (`BucketScript`, `BucketMetrics`, `Derivative`, etc.) handle the same case. Closes elastic#136418
|
The release tests are likely failing due to not being up-to-date, red herring from yesterday's CI PR |
Treat
nullfromresolveBucketValueas a missing value and let the existinggap_policydecide, matching how sibling pipeline aggregators (BucketScript,BucketMetrics,Derivative, etc.) handle the same case.Closes #136418.