feat(ui): Add SQL Support for MERGE INTO In Presto #20578 (presto-ui)#26825
Merged
tdcmeehan merged 1 commit intoprestodb:masterfrom Jan 10, 2026
Conversation
Contributor
There was a problem hiding this comment.
Sorry @acarpente-denodo, your pull request is larger than the review limit of 150000 diff characters
6 tasks
f2b4c38 to
c6fd3e6
Compare
Rebuild the SqlBase files to add support for the MERGE command: $ antlr4 -Dlanguage=JavaScript -o . -Xexact-output-dir src/main/antlr4/com/facebook/presto/sql/parser/SqlBase.g4
c6fd3e6 to
f3a2872
Compare
tdcmeehan
approved these changes
Jan 10, 2026
tdcmeehan
pushed a commit
to rdtr/presto
that referenced
this pull request
Jan 14, 2026
…esto-ui) (prestodb#26825) The changes of this PR were auto-generated executing the following command: `$ antlr4 -Dlanguage=JavaScript -o . -Xexact-output-dir src/main/antlr4/com/facebook/presto/sql/parser/SqlBase.g4` It rebuilds the SqlBase files to add support for the MERGE command. ## Description This enhancement adds support to execute the MERGE statement in the SQL Client of the Presto UI web app. <img width="1235" height="483" alt="image" src="https://github.com/user-attachments/assets/0f58c5a4-b509-440e-b7a0-a20377447774" /> ## 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] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [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 == Web UI Changes * Add support for the MERGE statement in the Presto SQL Client web app.
This was referenced Mar 31, 2026
15 tasks
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.
The changes of this PR were auto-generated executing the following command:
$ antlr4 -Dlanguage=JavaScript -o . -Xexact-output-dir src/main/antlr4/com/facebook/presto/sql/parser/SqlBase.g4It rebuilds the SqlBase files to add support for the MERGE command.
Description
This enhancement adds support to execute the MERGE statement in the SQL Client of the Presto UI web app.
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.