ion-elgreco commented on issue #1144: URL: https://github.com/apache/iceberg-rust/issues/1144#issuecomment-2807591131
This can be reasonably straight forward, depending on how you want to handle predicates. SQL strings or expressions. A lazy record batch iterator can be done with this: https://github.com/ion-elgreco/delta-rs/blob/feat%2Flazy-read-stream/python%2Fsrc%2Freader.rs Then you would construct the TableProvider, scan, project it and then return that lazy iterator. -- 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]
