diff --git a/.github/workflows/prestocpp-linux-build-and-unit-test.yml b/.github/workflows/prestocpp-linux-build-and-unit-test.yml index 7917102a6b06b..67a2744b7d140 100644 --- a/.github/workflows/prestocpp-linux-build-and-unit-test.yml +++ b/.github/workflows/prestocpp-linux-build-and-unit-test.yml @@ -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 diff --git a/presto-docs/src/main/sphinx/release/release-0.292.rst b/presto-docs/src/main/sphinx/release/release-0.292.rst index 87dd9d485d524..a6d49ca03bb32 100644 --- a/presto-docs/src/main/sphinx/release/release-0.292.rst +++ b/presto-docs/src/main/sphinx/release/release-0.292.rst @@ -49,7 +49,7 @@ _______________ * Add pagesink for DELETES to support future use. `#24528 `_ * Add serialization for new types. `#24528 `_ * Add support to build Presto with JDK 17. `#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 `_ +* 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 `_ * Add module presto-native-tests to run end-to-end tests with Presto native workers. `#24234 `_ * Add map of node ID to plan node to QueryCompletedEvent in the event listener interface. `#24590 `_ * Add support for multiple query event listeners. `#24456 `_