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

Remove trino-delta-lake dependency on trino-hive-hadoop2 #11465

Conversation

findepi
Copy link
Member

@findepi findepi commented Mar 14, 2022

This speeds up a build when the build is parallel.

This speeds up a build when the build is parallel.
@@ -230,7 +230,7 @@ public DistributedQueryRunner build()
}

HiveMetastore metastore = this.metastore.apply(queryRunner);
queryRunner.installPlugin(new TestingHivePlugin(metastore, module, cachingDirectoryLister));
queryRunner.installPlugin(new TestingHivePlugin(Optional.of(metastore), module, cachingDirectoryLister));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also restrict invoking populateData if the metastore is null.. we might need to configure it as read-only query runner.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also restrict invoking populateData if the metastore is null..

@Praveen2112 why?

anyway, it's always present here anyway

@findepi findepi merged commit e6bc5f4 into trinodb:master Mar 14, 2022
@findepi findepi deleted the findepi/remove-trino-delta-lake-dependency-on-trino-hive-hadoop2-d7c890 branch March 14, 2022 15:13
@github-actions github-actions bot added this to the 374 milestone Mar 14, 2022
@findepi findepi added the no-release-notes This pull request does not require release notes entry label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

6 participants