CurtHagenlocher commented on issue #2617:
URL: https://github.com/apache/arrow-adbc/issues/2617#issuecomment-2730841284

   I'm not sure there's a spec-level change that makes sense here. I see two 
problems:
   1) An Arrow stream is forward-only and so can be read only once.
   2) Most target databases aren't sharing an address space with the client 
program, so a lot of approaches to making this work have (of necessity) a 
limited audience.
   
   There's nothing preventing the DuckDB ADBC driver from adding an option 
that's considered during ingestion which says e.g. "create as view"; the option 
mechanism is pretty arbitrarily extensible.


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

Reply via email to