-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add release notes for 0.234 #14305
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.234 #14305
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,44 @@ | ||
| ============= | ||
| Release 0.234 | ||
| ============= | ||
|
|
||
| General Changes | ||
| _______________ | ||
| * Fix query failure for cross-joining bucketed tables with ``COALESCE`` when the bucket counts are compatible but mismatched. | ||
| * Fix an issue where ``IGNORE NULLS`` is not respected for window functions. | ||
| * Fix scheduling regression by setting the default scheduler to legacy scheduler. | ||
| * Improve coordinator reliability by adding support to cap the number of total tasks running in a coordinator by pausing scheduling. | ||
| This can be enabled by the configuration property ``experimental.max-total-running-task-count-to-not-execute-new-query``. | ||
| * Improve the scale writer heuristics by considering overall producer buffer utilization. This can be enabled by the session property | ||
| ``optimized_scale_writer_producer_buffer`` and the configuration property ``optimized-scale-writer-producer-buffer``. | ||
| * Improve end point ``v1/resourceGroupState`` to supporting filtering of resource groups that are dynamically generated. | ||
| * Improve connection pooling to avoid running out of sockets. | ||
| * Add :ref:`khyperloglog_type` type and related functions. | ||
| * Add support for forcing streaming exchange for Mark Distinct even if materialized exchange is enabled. | ||
| This can be enabled by the session property ``use_stream_exchange_for_mark_distinct`` | ||
| and the configuration property ``query.use-streaming-exchange-for-mark-distinct``. (:pr:`14216`). | ||
|
|
||
| Geospatial Changes | ||
| __________________ | ||
| * Improve storage efficiency for Bing tiles by storing Bing tiles as ``BIGINT``. This also reduces bucket skew in certain cases. | ||
| * Add support for spatial joins for join condition ``ST_Distance(p1, p2) < r``. | ||
|
|
||
| Hive Changes | ||
| ____________ | ||
| * Add ``ZSTD`` support for writing ``ORC`` and ``DWRF`` files. This can be enabled by setting session property ``hive.compression_codec`` to ``ZSTD``. | ||
|
|
||
| Verifier Changes | ||
| ________________ | ||
| * Add support for verifying ``SELECT`` queries that produce ``DATE`` or ``UNKNOWN`` (null) columns, or structured typed columns with ``DATE`` or ``UNKNOWN``. | ||
| * Add support for auto-resolving control check query failures due to ``EXCEEDED_TIME_LIMIT``. | ||
| * Add determinism analysis support for simple queries with top-level ``ORDER BY LIMIT`` clause. (:pr:`14181`). | ||
|
|
||
| SPI Changes | ||
| ___________ | ||
| * Add parameter ``AccessControlContext`` to all methods in ``SystemAccessControl``. | ||
| * Add ``firstDynamicSegmentPosition`` to SelectionContext. | ||
|
|
||
| Druid Changes | ||
| _____________ | ||
| * Add support for aggregation pushdown. | ||
| * Add support for ``LIMIT`` evaluation pushdown. | ||
caithagoras marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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.