Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
-T1C

prestocpp-linux-presto-on-spark-e2e-tests:
needs: prestocpp-linux-build-for-test
needs: [changes, prestocpp-linux-build-for-test]
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion presto-docs/src/main/sphinx/release/release-0.292.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _______________
* Add pagesink for DELETES to support future use. `#24528 <https://github.com/prestodb/presto/pull/24528>`_
* Add serialization for new types. `#24528 <https://github.com/prestodb/presto/pull/24528>`_
* Add support to build Presto with JDK 17. `#24677 <https://github.com/prestodb/presto/pull/24677>`_
* Add a new optimizer rule to add exchanges below a combination of partial aggregation+ GroupId . Enabled with the boolean session property ``enable_forced_exchange_below_group_id``. `#24047 <https://github.com/prestodb/presto/pull/24047>`_
* Add a new optimizer rule to add exchanges below a combination of partial aggregation+ GroupId . Enabled with the boolean session property ``add_exchange_below_partial_aggregation_over_group_id``. `#24047 <https://github.com/prestodb/presto/pull/24047>`_
* Add module presto-native-tests to run end-to-end tests with Presto native workers. `#24234 <https://github.com/prestodb/presto/pull/24234>`_
* Add map of node ID to plan node to QueryCompletedEvent in the event listener interface. `#24590 <https://github.com/prestodb/presto/pull/24590>`_
* Add support for multiple query event listeners. `#24456 <https://github.com/prestodb/presto/pull/24456>`_
Expand Down
Loading