Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Trino-Nessie integration #6996

Open
1 of 4 tasks
ajantha-bhat opened this issue Jun 6, 2023 · 0 comments
Open
1 of 4 tasks

Enhance Trino-Nessie integration #6996

ajantha-bhat opened this issue Jun 6, 2023 · 0 comments

Comments

@ajantha-bhat
Copy link
Contributor

ajantha-bhat commented Jun 6, 2023

The Nessie catalog is officially part of Trino 419 release.
After spending some time with it. I think these are the current gaps.

  • No support for auth yet. Only warehouse, uri and ref configurations are exposed.
    WIP PR. Support additional configurations for Nessie catalog trinodb/trino#17725

  • No easy way to switch branches. Currently, it needs to restart the whole server after changing the configurations. (Need to check about session property). So, at a time works with only one branch. Might need SQL extensions or some backtick syntax.

  • Cannot create branches too. Need to use pyNessie for this as of now. Might need SQL extensions.

  • Merge/transplant and other operations are not supported by Trino itself. Might have to use pyNessie. Might need SQL extensions for this.

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

No branches or pull requests

1 participant