XiaoHongbo-Hope opened a new pull request, #784:
URL: https://github.com/apache/paimon-rust/pull/784

   ## Summary
   
   - add generic `ReadBlobMap` and `ReadBlobMaps` helpers
   - resolve every map value through one existing `BlobReader.ReadBlobs` call
   - preserve keys and nil/empty maps
   
   The Go layer only flattens and restores maps. Descriptor parsing, range 
merging, concurrency limits, FileIO, and DLF data-token handling remain in Rust 
core.
   
   ## Testing
   
   - `go test -v -run "^TestBlob" ./...`
   - `go vet ./...`
   - read-only DLF E2E using a temporary BLOB table in `morax_test`: wrote two 
values, read their descriptors, resolved two maps (including a duplicate 
descriptor) through a table-backed Go `BlobReader`, and verified keys and bytes
   
   The temporary DLF database was removed after the 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]

Reply via email to