| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Addressed in bb4c346. Filesystem object-table creation now follows Java semantics: it persists the fixed six-column schema, defaults a missing/blank path to the table directory, preserves an explicit path, and loads legacy metadata without path from the table directory. |
Sorry, something went wrong.
There was a problem hiding this comment.
+1
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Add native, read-only Object Table support to Paimon Rust and the DataFusion integration. The implementation follows Paimon Java's fixed Object Table schema and path semantics, so Object Tables no longer require an externally registered table engine for reads.
Changes
Testing
Notes