leaves12138 opened a new pull request, #7973: URL: https://github.com/apache/paimon/pull/7973
### What changed - Pass the current table identifier from append-only data evolution reads into BlobViewLookup. - Create a lookup-only CatalogContext carrying origin-view-table without mutating the original catalog context. - Add unit coverage for the context option injection path. ### Why BlobViewLookup may need to recreate a catalog while resolving referenced blob descriptors. Carrying the origin table in catalog options lets downstream catalog/auth integrations keep the original query table context. ### Validation - mvn -pl paimon-core -Pfast-build -DskipTests compile - mvn -pl paimon-core -Pfast-build -Dtest=BlobViewLookupTest test - mvn -pl paimon-core -Pfast-build -Dtest=BlobTableTest#testBlobViewE2E test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
