jduo commented on PR #40939: URL: https://github.com/apache/arrow/pull/40939#issuecomment-2898503225
> Hi @jbonofre , @rscales, @alinaliBQ, This is **_really_** exciting news! I tried using the Dremio Flight SQL ODBC Driver against a ROAPI dataset, but I ran into an issue with the underlying use of the (relatively) new Utf8View data type by DataFusion (used by ROAPI). Can you tell me if that data type is supported by this driver? > > Thank you! Regards, Chris Hi @chrisfw . This driver currently doesn't support Utf8View (it supports the subset of Arrow types that Dremio uses) but it'd be much easier to support now since it is updated with the Arrow codebase. (Likely just a matter of updating switch statements and adding test cases). It'd be great if you added an issue for any additional types that you'd need. Note that this isn't a complete ODBC driver. It has most of the ODBC implementation logic and all the Flight SQL comunication code. -- @alinaliBQ and @rscales are completing the last bits required to implement the ODBC interface. -- 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]
