geoffreyclaude commented on issue #1945:
URL: https://github.com/apache/iceberg-rust/issues/1945#issuecomment-4648129939

   I opened #2602 as a draft implementation for this.
   
   I originally filed #2601 before finding this issue; I have since closed 
#2601 as a narrower duplicate/restatement and updated #2602 to use this issue 
as the primary tracker.
   
   The draft PR follows the same runtime-segregation goal described here, but 
uses the newer `Runtime` API and catalog plumbing introduced in #2308 instead 
of adding an OpenDAL-specific executor extension. The implementation routes 
storage work at the `FileIO` / `Storage` boundary, so concrete storage backends 
remain runtime-agnostic while storage operations, byte-range reads, and writes 
run on `runtime.io()`.
   
   Draft PR: #2602
   
   Feedback on whether this is the right shape for the issue would be very 
welcome.


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