paleolimbot commented on issue #2063:
URL: https://github.com/apache/arrow-adbc/issues/2063#issuecomment-2272455841

   > but an warning (or error that can be silenced with a flag) at least can 
help to debug why the data is different.
   
   We could probably wire up an error that could be silenced with a statement 
option today. There is an open issue about warnings/notices which might require 
a spec change (https://github.com/apache/arrow-adbc/issues/1243).
   
   This is another place where the ability to request a schema 
(https://github.com/apache/arrow-adbc/issues/1514) would be helpful as a 
workaround. It is difficult for the driver to predict this kind of thing 
without inventing an extension type or implementing SQLite-ish type learning of 
some kind, but a user might know that they are going to need (e.g.) a 2D array 
out of a specific column in their result.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to