-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add release notes for 0.246 #15602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add release notes for 0.246 #15602
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| ============= | ||
| Release 0.246 | ||
| ============= | ||
|
|
||
| **Details** | ||
| =========== | ||
|
|
||
| General Changes | ||
| _______________ | ||
| * Fix a bug introduced in :pr:`15313` that would cause queries to fail when using upper case in SQL function catalog schema names. | ||
| * Fix a possible integer overflow error when spilling to temporary storage. | ||
| * Fix an issue where prepared statements would allow some non-constant parameters. | ||
| * Fix an error where Presto server can fail to start when using function namespace manager. | ||
| * Add a minimum value of 30 seconds to the configuration property ``query.min-expire-age``. | ||
| * Add listener-based revocation model for spilling strategy ``PER_TASK_MEMORY_THRESHOLD``. | ||
| * Disable spill to disk for join queries where the probe side uses grouped execution and the build does not. Previously these queries would fail with ``GENERIC_INTERNAL_ERRORS``. | ||
| * Disallow ``ORDER BY`` literals used with Window functions as it's not useful, expensive and most often used wrongly. | ||
| * Add support for fragment result caching for queries with local exchange (e.g. intermediate aggregation). | ||
| * Improve queries that have unnecessary limits and order bys. | ||
| This feature is enabled by default and can be disabled by using the configuration property ``optimizer.skip-redundant-sort`` or session property ``skip_redundant_sort``. | ||
|
|
||
| Geospatial Changes | ||
| __________________ | ||
| * Upgrade JTS to 1.18.0. | ||
|
|
||
| Hive Changes | ||
| ____________ | ||
| * Fix dynamic pruning failures for joining on null keys in hive partition. | ||
|
|
||
| **Contributors** | ||
| ================ | ||
|
|
||
| Andrii Rosa, Ariel Weisberg, Bhavani Hari, Bin Fan, Emy Sun, George Wang, James Gill, James Petty, James Sun, John Roll, Maria Basmanova, Moji Solgi, Nikhil Collooru, Rebecca Schlussel, Rohit Jain, Rongrong Zhong, Saksham Sachdev, Shixuan Fan, Sorin Stoiana, Sreeni Viswanadha, Vic Zhang, Wenlei Xie, Ying Su, Zhenyuan Zhao, fornaix | ||
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.
Uh oh!
There was an error while loading. Please reload this page.