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

Add support for Trino #153

Closed
wants to merge 1 commit into from
Closed

Add support for Trino #153

wants to merge 1 commit into from

Conversation

cbhagl
Copy link

@cbhagl cbhagl commented Aug 22, 2022

Description & motivation

This PR adds support for Trino (using the Hive connector).

I have tested things on my local setup and tried my best to add relevant configuration for integration tests (I copied a lot from #133).
For the integration tests to work, there should be an S3 bucket called test_bucket, a Trino instance configured with the Hive connector and access to said S3 bucket (see docs). I excluded JSON tests as I have little experience with Hive external JSON tables.

The following environment variables should be set to be able access Trino in CI:

  • TRINO_TEST_USER
  • TRINO_TEST_PASSWORD
  • TRINO_TEST_HOST
  • TRINO_TEST_PORT
  • TRINO_TEST_DBNAME

I will gladly assist any effort to get the integration tests running and improve this plugin.

Checklist

  • I have verified that these changes work locally
  • I have updated the README.md (if applicable)
  • I have added an integration test for my fix/feature (if applicable)

@github-actions
Copy link

This PR has been marked as Stale because it has been open with no activity as of late. If you would like the PR to remain open, please comment on the PR or else it will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jul 21, 2023
@github-actions
Copy link

Although we are closing this PR as stale, it can still be reopened to continue development. Just add a comment to notify the maintainers.

@github-actions github-actions bot closed this Jul 29, 2023
@rstml rstml mentioned this pull request Jan 18, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant