kevinjqliu commented on PR #3046: URL: https://github.com/apache/iceberg-python/pull/3046#issuecomment-4006802639
My first instinct is to create a new `Scan` class which implements the bounded queue. This will isolate the changes to the new class and we just need to expose a way for table to execute reads with this implementation. The new `Scan` class will allow us to be explicit about trading off strict ordering in order to maximize throughput (while also bounding memory usage) -- 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]
