fix: Add missing name field in presto-sql-helper plugins#26307
Merged
unidevel merged 1 commit intoprestodb:release-0.295from Oct 15, 2025
Merged
fix: Add missing name field in presto-sql-helper plugins#26307unidevel merged 1 commit intoprestodb:release-0.295from
unidevel merged 1 commit intoprestodb:release-0.295from
Conversation
tdcmeehan
approved these changes
Oct 14, 2025
Contributor
|
Thanks @unidevel |
Contributor
Author
|
Thanks @tdcmeehan , I’ll investigate how to validate this for pull requests later. |
Contributor
Author
|
I will also create another PR to master branch after the maven artifacts published without error. |
czentgr
approved these changes
Oct 14, 2025
unidevel
added a commit
to unidevel/presto
that referenced
this pull request
Oct 15, 2025
) ## Description Error when publishing maven plugins, logs: ```log Deployment 1a2273ac-3e3d-4502-aeca-72658dda57f6 failed pkg:maven/com.facebook.presto/presto-native-sql-invoked-functions-plugin@0.295: - Project name is missing pkg:maven/com.facebook.presto/presto-sql-invoked-functions-plugin@0.295: - Project name is missing ``` ## Motivation and Context ## Impact 0.295-release ## Test Plan Release ## Contributor checklist - [ ] 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). - [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced. - [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality. - [ ] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [ ] Adequate tests were added if applicable. - [ ] CI passed. ## Release Notes ``` == NO RELEASE NOTE == ```
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Error when publishing maven plugins, logs:
Motivation and Context
Impact
0.295-release
Test Plan
Release
Contributor checklist
Release Notes