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 HiveMetastoreDecorator and simplify metastore creation #19814

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

dain
Copy link
Member

@dain dain commented Nov 18, 2023

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Nov 18, 2023
@github-actions github-actions bot added tests:hive iceberg Iceberg connector delta-lake Delta Lake connector hive Hive connector labels Nov 18, 2023
@dain dain requested a review from electrum November 18, 2023 21:39
@dain dain force-pushed the simplify-decorated-hive-metastore branch from 1563f8c to 0a84f9e Compare November 28, 2023 05:31
@dain dain force-pushed the simplify-decorated-hive-metastore branch from 0a84f9e to 5eda27a Compare November 28, 2023 05:35
@dain dain merged commit e7627a1 into trinodb:master Nov 28, 2023
56 checks passed
@dain dain deleted the simplify-decorated-hive-metastore branch November 28, 2023 06:47
@github-actions github-actions bot added this to the 434 milestone Nov 28, 2023
@Override
public HiveMetastore decorate(HiveMetastore hiveMetastore)
{
return new TracingHiveMetastore(tracer, hiveMetastore);
Copy link
Member

Choose a reason for hiding this comment

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

@dain with this we dont trace metastore calls anymore. Was this intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed delta-lake Delta Lake connector hive Hive connector iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

3 participants