Skip to content

feat(ui): Add SQL Support for MERGE INTO In Presto #20578 (presto-ui)#26825

Merged
tdcmeehan merged 1 commit intoprestodb:masterfrom
acarpente-denodo:feature/20578_SQL_Support_for_MERGE_INTO_(presto-ui)
Jan 10, 2026
Merged

feat(ui): Add SQL Support for MERGE INTO In Presto #20578 (presto-ui)#26825
tdcmeehan merged 1 commit intoprestodb:masterfrom
acarpente-denodo:feature/20578_SQL_Support_for_MERGE_INTO_(presto-ui)

Conversation

@acarpente-denodo
Copy link
Copy Markdown
Contributor

@acarpente-denodo acarpente-denodo commented Dec 18, 2025

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.

image

Contributor checklist

  • Please make sure your submission complies with our contributing guide, in particular code style and commit standards.
  • PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced.
  • If release notes are required, they follow the release notes guidelines.
  • CI passed.
  • If adding new dependencies, verified they have an OpenSSF Scorecard score of 5.0 or higher (or obtained explicit TSC approval for lower scores).

Release Notes

Please follow 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.

@acarpente-denodo acarpente-denodo requested review from a team and yhwang as code owners December 18, 2025 09:57
Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @acarpente-denodo, your pull request is larger than the review limit of 150000 diff characters

@acarpente-denodo acarpente-denodo changed the title Add SQL Support for MERGE INTO In Presto #20578 (presto-ui) feat(ui): Add SQL Support for MERGE INTO In Presto #20578 (presto-ui) Dec 18, 2025
@acarpente-denodo acarpente-denodo force-pushed the feature/20578_SQL_Support_for_MERGE_INTO_(presto-ui) branch 3 times, most recently from f2b4c38 to c6fd3e6 Compare December 23, 2025 09:00
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
@acarpente-denodo acarpente-denodo force-pushed the feature/20578_SQL_Support_for_MERGE_INTO_(presto-ui) branch from c6fd3e6 to f3a2872 Compare January 9, 2026 12:47
@tdcmeehan tdcmeehan merged commit edeff03 into prestodb:master Jan 10, 2026
78 of 79 checks passed
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants