wgtmac opened a new pull request, #657:
URL: https://github.com/apache/iceberg-cpp/pull/657

   Add FileScanTaskReader as the delete-aware Arrow stream entrypoint for file 
scan tasks, covering both no-delete reader passthrough and merge-on-read 
filtering with position and equality deletes.
   
   Introduce reusable Arrow C Data utilities for stream wrapping and batch 
projection, including ProjectionContext caching and optional Arrow compute 
registration via arrow::RegisterAll. Move Arrow IO registration into 
arrow_register and remove FileScanTask::ToArrow.
   
   Add coverage for projection behavior across nanoarrow and Arrow compute 
paths, plus end-to-end FileScanTaskReader tests for projected reads, position 
deletes, equality deletes, dropped equality fields, and fully deleted batches.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to