-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Allow accessing external environments in Delta Lake query runner #17202
Conversation
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/DeltaLakeQueryRunner.java
Show resolved
Hide resolved
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/DeltaLakeQueryRunner.java
Outdated
Show resolved
Hide resolved
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/DeltaLakeQueryRunner.java
Outdated
Show resolved
Hide resolved
9fcc626
to
22000d0
Compare
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/DeltaLakeQueryRunner.java
Outdated
Show resolved
Hide resolved
This allows accessing product test environment with VM options. Also, rename to DeltaLakeExternalQueryRunnerMain which is similar to ElasticsearchExternalQueryRunner.
22000d0
to
9d37af9
Compare
I use trino/testing/trino-server-dev/etc/catalog/hive.properties Lines 10 to 11 in 022a266
|
I don't want to wait for slow |
agreed. that's why i also have a separate profile, containing only the catalogs i work with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i wouldn't want this (see conversation), but whatever.
Description
The main purpose is quickly accessing product test environments using the new
DeltaLakeExternalQueryRunnerMain
.Release notes
(x) This is not user-visible or docs only and no release notes are required.