twuebi opened a new pull request, #781: URL: https://github.com/apache/iceberg-go/pull/781
This extracts the read logic from ToArrowRecords as a shared readTasks method and exposes it as ReadTasks. This enables callers that already have FileScanTasks to read them without re-planning. Currently ToArrowRecords always goes through PlanFiles first. If you've already selected or filtered your tasks (e.g. for compaction, selective re-reads, or custom merge strategies), there's no way of using them directly. -- 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]
