Skip to content

Remove HiveMetastoreDecorator and simplify metastore creation#19814

Merged
dain merged 1 commit intotrinodb:masterfrom
dain:simplify-decorated-hive-metastore
Nov 28, 2023
Merged

Remove HiveMetastoreDecorator and simplify metastore creation#19814
dain merged 1 commit intotrinodb:masterfrom
dain:simplify-decorated-hive-metastore

Conversation

@dain
Copy link
Copy Markdown
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
@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
Copy Markdown
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