Skip to content

feat: add JDBC catalog store implementation#28274

Draft
rohankmr414 wants to merge 6 commits intotrinodb:masterfrom
rohankmr414:feature/jdbc-catalog-store
Draft

feat: add JDBC catalog store implementation#28274
rohankmr414 wants to merge 6 commits intotrinodb:masterfrom
rohankmr414:feature/jdbc-catalog-store

Conversation

@rohankmr414
Copy link
Member

Description

This pull request introduces a new JDBC-backed implementation for the Trino catalog store, allowing catalog metadata to be stored and managed in a relational database. It adds the necessary dependencies, configuration, and supporting classes for this new feature.

Additional context and related issues

This PR is a follow-up work for the issue #28052

Release notes

  • This is not user-visible or is docs only, and no release notes are required.
  • Release notes are required. Please propose a release note for me.
  • Release notes are required, with the following suggested text:
## Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Feb 12, 2026
@rohankmr414 rohankmr414 changed the title Feature/jdbc catalog store feat: add JDBC catalog store implementation Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant

Comments