You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(write): support INSERT INTO for Paimon tables
Implement PlanInsert in the Paimon catalog to enable appending data to
existing Paimon tables via INSERT INTO ... SELECT. The implementation
reuses the existing parallel sink operator in insert-only mode (no table
creation), supporting append-only tables.
Also fix a bug where primary key constraints were read from the empty
BoundCreateTableInfo.constraints instead of the populated
CreateTableInfo.constraints, causing PRIMARY KEY clauses to be silently
ignored during table creation.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Use `paimon_snapshots` to list all snapshots of a Paimon table — useful for auditing commit history, diagnosing data issues, or identifying a snapshot ID for time-travel queries:
0 commit comments