Skip to content

[pull] master from prestodb:master#569

Merged
pull[bot] merged 2 commits intofishbone:masterfrom
prestodb:master
Feb 17, 2026
Merged

[pull] master from prestodb:master#569
pull[bot] merged 2 commits intofishbone:masterfrom
prestodb:master

Conversation

@pull
Copy link

@pull pull bot commented Feb 17, 2026

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 : )

pdabre12 and others added 2 commits February 16, 2026 14:47
… default Presto server Provisio build (#26926)

## Description
Stop bundling sql invoked function plugins from default Presto server
Provisio build.

## Motivation and Context
Presto Server build currently includes the sql invoked functions plugins
in the default Provisio build. This implicitly bundles optional plugins
into the server distribution. Bundling it by default increases build
space, dependency coupling.

## Impact
Users currently relying on the plugins can load the plugins explicitly
by referencing them from the Maven repository.

## Test Plan
No tests needed

## Contributor checklist

- [x] Please make sure your submission complies with our [contributing
guide](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md),
in particular [code
style](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#code-style)
and [commit
standards](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-standards).
- [x] PR description addresses the issue accurately and concisely. If
the change is non-trivial, a GitHub Issue is referenced.
- [x] Documented new properties (with its default value), SQL syntax,
functions, or other functionality.
- [x] If release notes are required, they follow the [release notes
guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines).
- [x] Adequate tests were added if applicable.
- [x] CI passed.
- [x] If adding new dependencies, verified they have an [OpenSSF
Scorecard](https://securityscorecards.dev/#the-checks) score of 5.0 or
higher (or obtained explicit TSC approval for lower scores).

## Release Notes
Please follow [release notes
guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines)
and fill in the release notes below.

```
== RELEASE NOTES ==

General Changes
* Remove implicit bundling of SQL invoked function plugins from default Presto server Provisio build.

Documentation Changes
* Improve documentation of plugin loaded functions by grouping them in :ref:`functions/plugin-loaded-functions:array functions`. 
```
## Summary by Sourcery

Stop bundling SQL-invoked function plugins from the default Presto
server Provisio build and document that the affected functions are
provided via an external plugin.

Build:
- Remove sql-invoked-functions and native-sql-invoked-functions plugins
from the default Presto server Provisio packaging configuration.

Documentation:
- Clarify documentation to indicate that certain array, map, and string
functions are supplied by a plugin rather than the core server
distribution.
```
== NO RELEASE NOTE ==
```

## Summary by Sourcery

Chores:
- Update the presto-native-execution Velox submodule reference to the
latest desired commit.
@pull pull bot locked and limited conversation to collaborators Feb 17, 2026
@pull pull bot added the ⤵️ pull label Feb 17, 2026
@pull pull bot merged commit 3a42841 into fishbone:master Feb 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants