-
Notifications
You must be signed in to change notification settings - Fork 91
Conversation
JingsongLi
commented
Jul 13, 2026
The Diff problem of inheriting '# 510'; The non audit mode will first push the SQL projection down to the core, directly triggering the issue of "only comparing projection columns/missing PK". In addition, the catalog section of 'catalog. db. table' is discarded after parsing, and the TVF global registration will be overwritten by the last registered catalog. Multiple catalog scenarios may result in reading the wrong catalog.
9e235b1 to
c833e97
Compare
Rebased on the latest main and fixed catalog/database resolution. Added coverage for multiple catalogs and USE database. Could you take another look?
c833e97 to
eb99a81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
register by default? so user don't need to register this again.
Uh oh!
There was an error while loading. Please reload this page.
Purpose
Linked issue: close #506
This PR adds the DataFusion SQL surface for the batch incremental read APIs now available on
main.Brief change log
paimon_incremental_queryinSQLContextauto; optional 4th arg:auto/delta/changelog/diffIncrementalScan/AuditLogTable$audit_logsuffix for rowkind outputdocs/src/sql.mdwith usage and examplesTests
cargo test -p paimon-datafusion --test incremental_query cargo fmt --all -- --check cargo clippy -p paimon-datafusion --all-targets -- -D warningsAPI and Format
mainDocumentation
docs/src/sql.mddocuments registration, arguments, modes, and examples.