-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add release notes for 0.231 #13997
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.231 #13997
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,45 @@ | ||
| ============= | ||
| Release 0.231 | ||
| ============= | ||
|
|
||
| General Changes | ||
| _______________ | ||
| * Fix failures caused by invalid plans for queries with repeated lambda expressions in the order by clause. | ||
| * Fix accounting of raw input bytes in ScanFilterAndProjectOperator. | ||
| * Fix an issue where server fails to start when two function namespace managers of the same type are specified. | ||
| * Fix SQL function compilation error when input parameters contain lambda. | ||
| * Fix ``IS DISTINCT FROM`` for long decimals. | ||
| * Improve error handling for geometry deserialization edge cases. | ||
| * Improve performance of :func:`array_join`. | ||
| * Improve efficiency of :func:`ST_Buffer`. The new implementation produces fewer buffer points on rounded corners, which will produce very similar but different results. It also better handles buffering with small (<1e-9) distances. | ||
| * Improve OOM killer log output to put memory heavy nodes and queries first. | ||
| * Improve efficiency by using JTS instead of Esri for many geometrical operations and fix incorrect calculation of extreme points in certain cases (:issue:`14031`). | ||
| * Add forms of :func:`approx_percentile` accepting an accuracy parameter. | ||
| * Add a new session property ``aggregation_partitioning_merging_strategy`` to configure partition merging strategy when adding exchange around aggregation node (:pr:`11262`). | ||
| * Add ``IGNORE NULLS`` clause to various :doc:`/functions/window`. | ||
bhhari marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Hive Changes | ||
| ____________ | ||
| * Fix schema mismatch with Parquet ``INT64`` & ``Timestamp``. | ||
| * Improve string column stats by including the sum of all strings' lengths when the individual min/max of the string is too long in ORC writer. | ||
| * Allow reading data from HDFS while caching the fetched data on local storage. Turn on the feature by specifying the cache directory config ``cache.base-directory``. | ||
| * Add support for parallel partition fetching for the Glue metastore. | ||
| * Add support for the AWS Default Credentials Provider for S3. | ||
|
|
||
| Raptor Changes | ||
| ______________ | ||
| * Add the ability to read and write with delta deletes. | ||
|
|
||
| Verifier Changes | ||
| ________________ | ||
| * Fix an issue where checksum query text and ID are not recorded if the checksum query fails. | ||
| * Improve verifier to skip verification when checksum query fails to compile. | ||
| * Add checks for the cardinalities sum when validating an array column. | ||
| * Add new columns ``control_session_properties`` and ``test_session_properties`` to ``verifier_queries``, and remove column ``session_properties_json``. The value of the removed column can be copied to the two new columns for the schema change. | ||
| * Add details of determinism analysis runs to the output. | ||
| * Add configuration property ``max-determinism-analysis-runs`` to control maximum number of determinism analysis runs in case of column mismatch. | ||
| * Add configuration property ``run-teardown-for-determinism-analysis`` to allow disabling teardown for determinism analysis runs. | ||
|
|
||
| SPI Changes | ||
| ___________ | ||
| * Add API to check if the query is unexpectedly modified using the credentials passed in the identity. | ||
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.