Skip to content

Metastore code cleanup#22866

Merged
electrum merged 8 commits intotrinodb:masterfrom
electrum:metastore
Jul 29, 2024
Merged

Metastore code cleanup#22866
electrum merged 8 commits intotrinodb:masterfrom
electrum:metastore

Conversation

@electrum
Copy link
Copy Markdown
Member

@electrum electrum commented Jul 29, 2024

Release notes

(x) Release notes are required, with the following suggested text:

# Hive connector
* Rename metastore OpenTelemetry attributes from `trino.hive.*` to `trino.metastore.*`. ({issue}`22866`)

# Iceberg connector
* Rename metastore OpenTelemetry attributes from `trino.hive.*` to `trino.metastore.*`. ({issue}`22866`)

# Delta Lake connector
* Rename metastore OpenTelemetry attributes from `trino.hive.*` to `trino.metastore.*`. ({issue}`22866`)

# Hudi connector
* Rename metastore OpenTelemetry attributes from `trino.hive.*` to `trino.metastore.*`. ({issue}`22866`)

@electrum electrum requested a review from dain July 29, 2024 20:18
@cla-bot cla-bot bot added the cla-signed label Jul 29, 2024
@github-actions github-actions bot added delta-lake Delta Lake connector hive Hive connector labels Jul 29, 2024
public static final AttributeKey<Long> SCHEMA_RESPONSE_COUNT = longKey("trino.metastore.response.schema_count");
public static final AttributeKey<String> TABLE = stringKey("trino.table");
public static final AttributeKey<Long> TABLE_RESPONSE_COUNT = longKey("trino.hive.response.table_count");
public static final AttributeKey<Long> TABLE_RESPONSE_COUNT = longKey("trino.metastore.response.table_count");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Not backward compatible

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Good point, I'll update the release notes

@electrum electrum merged commit feaa55f into trinodb:master Jul 29, 2024
@electrum electrum deleted the metastore branch July 29, 2024 22:43
@github-actions github-actions bot added this to the 454 milestone Jul 29, 2024
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

Development

Successfully merging this pull request may close these issues.

2 participants