Skip to content

[python] Fix Identifier.is_system_table()#7651

Merged
JingsongLi merged 1 commit intoapache:masterfrom
plusplusjiajia:fix-is-system
Apr 16, 2026
Merged

[python] Fix Identifier.is_system_table()#7651
JingsongLi merged 1 commit intoapache:masterfrom
plusplusjiajia:fix-is-system

Conversation

@plusplusjiajia
Copy link
Copy Markdown
Member

Purpose

The previous implementation checked self.object.startswith('$'), but Paimon system-table object names are <base>$<system_table> (e.g.orders$snapshots), not $<system_table>.

@JingsongLi
Copy link
Copy Markdown
Contributor

+1

@JingsongLi JingsongLi merged commit ee28b54 into apache:master Apr 16, 2026
6 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.

2 participants