[pull] master from prestodb:master#548
Merged
pull[bot] merged 2 commits intofishbone:masterfrom Feb 4, 2026
Merged
Conversation
…TRY() (#26976) Add a session property to control whether TRY() function can catch errors from remote function execution. This allows users to enable error catching for remote functions on a per-session basis. Changes: - Add TRY_CATCH_REMOTE_FUNCTION_ERRORS constant to SystemSessionProperties - Add isTryCatchRemoteFunctionErrors() to FeaturesConfig with default false - Add isTryCatchRemoteFunctionErrorsEnabled() getter for session access - Add unit test for the new config property ``` == NO RELEASE NOTE == ```
…27067) ## Description The news session property would allow Partitioned Output Velox operators to flush (return) data eagerly, as soon as it arrives. This would match default Presto Java behavior of returning results eagerly to the caller, while the query is still running (scanning). ## Motivation and Context For "needle in a haystack" type of queries running in various UIs this early return functionality is crucial. ## Test Plan Existing session property test. Ran the custom build in a Prestissimo cluster to ensure session property changes query behavior accordingly. ``` == NO RELEASE NOTE == ``` ## Summary by Sourcery Add a native session property to control eager flushing behavior of partitioned output operators. New Features: - Introduce the native_partitioned_output_eager_flush session property to enable eager flushing of PartitionedOutput operator rows in native execution. Documentation: - Document the native_partitioned_output_eager_flush session property in the Presto native session properties reference. Tests: - Extend session property mapping tests to cover the new native_partitioned_output_eager_flush property.
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )