leaves12138 commented on PR #7970: URL: https://github.com/apache/paimon/pull/7970#issuecomment-4542282451
Thanks for the update. I reviewed the latest patch and the blob-view forwarding path looks good to me. The new `blob-view.resolve.enabled=false` read option cleanly bypasses the blob-view resolving reader, so unresolved `BlobViewStruct` values can be forwarded without triggering upstream lookup or materializing the actual blob bytes. The Flink and Spark row wrappers also preserve unresolved `BlobView` values via `Blob.serializeBlob`, while keeping the existing resolved/blob-as-descriptor behavior unchanged. The added core/Flink/Spark coverage exercises the important end-to-end forwarding case, and the current CI is green. I do not see remaining blocking issues. -- 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]
