Update release notes for 0.289 - Added fix to avoid pushdown of negat…#23733
Closed
jp-sivaprasad wants to merge 1 commit intoprestodb:masterfrom
Closed
Update release notes for 0.289 - Added fix to avoid pushdown of negat…#23733jp-sivaprasad wants to merge 1 commit intoprestodb:masterfrom
jp-sivaprasad wants to merge 1 commit intoprestodb:masterfrom
Conversation
…ive position for element_at as subfield pruning for array. PR:23479
tdcmeehan
requested changes
Sep 27, 2024
| * Fix array_min/array_max when the first element recursively contains an inner array with a null element. :pr:`23323` | ||
| * Fix :func:`map_top_n` function to be deterministic by using keys to break ties. :pr:`22778` | ||
| * Fix stddev and variance functions to always return correct results when input is constant. :pr:`23447` | ||
| * Fix to avoid pushdown of negative position for element_at as subfield pruning for array, so as to allow query with negative array subscript to succeed. :pr:`23479` |
Contributor
There was a problem hiding this comment.
Suggested change
| * Fix to avoid pushdown of negative position for element_at as subfield pruning for array, so as to allow query with negative array subscript to succeed. :pr:`23479` | |
| * Fix filter pushdown of negative array positions. :pr:`23479` |
Member
|
The PR is not in branch release-0.289. |
Contributor
Thanks for checking @wanglinsong! Given that information, I think that
|
Contributor
Author
|
Closing, as this change will be part of 0.290 release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update release notes for 0.289 - Added fix to avoid pushdown of negative position for element_at as subfield pruning for array
Description
Update release notes for 0.289 - Added fix to avoid pushdown of negative position for element_at as subfield pruning for array. PR: 23479