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
[test](regression) Cover all Paimon JDBC system tables
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: The Paimon JDBC regression case only verified schemas and snapshots, which left the other system tables and the row_tracking table unexercised. Extend the regression case to cover every system table exposed through table$system_name syntax, including a separate row-tracking-enabled table.
### Release note
None
### Check List (For Author)
- Test: Manual test
- Manual test: Verified all Paimon JDBC system tables on the local FE/BE cluster, including row_tracking on a row-tracking-enabled table
- Behavior changed: No
- Does this need documentation: No
0 commit comments