Skip to content

REST: Allow Identifier type in drop_view method#3408

Merged
kevinjqliu merged 1 commit into
apache:mainfrom
ebyhr:ebi/rest-drop-view
May 24, 2026
Merged

REST: Allow Identifier type in drop_view method#3408
kevinjqliu merged 1 commit into
apache:mainfrom
ebyhr:ebi/rest-drop-view

Conversation

@ebyhr
Copy link
Copy Markdown
Member

@ebyhr ebyhr commented May 24, 2026

Rationale for this change

Fix the warning message in the IDE.

The base class and other classes use the str | Identifier style in the drop_view method.
I also confirmed that other methods in the REST catalog class use str | Identifier for identifiers.

Are these changes tested?

N/A

Are there any user-facing changes?

No

Copy link
Copy Markdown
Contributor

@kevinjqliu kevinjqliu left a comment

Choose a reason for hiding this comment

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

LGTM

regex searched with "for "identifier: str" but not followed by | " (identifier:\s*str(?!\s*\|))
this is the only occurrence under catalog/

@kevinjqliu kevinjqliu merged commit e486985 into apache:main May 24, 2026
16 checks passed
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.

3 participants