Skip to content

Conversation

@acarpente-denodo
Copy link
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
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
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 b18a0ec to 1f17a17 Compare December 18, 2025 14:30
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.

1 participant