Skip to content

Replace table name Pair with new record class#6441

Open
DomGarguilo wants to merge 1 commit into
apache:mainfrom
DomGarguilo:replacePair
Open

Replace table name Pair with new record class#6441
DomGarguilo wants to merge 1 commit into
apache:mainfrom
DomGarguilo:replacePair

Conversation

@DomGarguilo

Copy link
Copy Markdown
Member

Fixes #5907

Replaces TableNameUtil.qualify's Pair<String,String> return type with QualifiedTableName record so callers can use namespaceName() and tableName() instead of getFirst() and getSecond().

@DomGarguilo DomGarguilo added this to the 4.0.0 milestone Jun 22, 2026
@DomGarguilo DomGarguilo self-assigned this Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace Pair with record in TableNameUtil.qualify

1 participant