miccoli commented on issue #581: URL: https://github.com/apache/arrow-adbc/issues/581#issuecomment-2657706269
Let me add a related problem, in which I incur very often: when the first batch of rows is all null, the driver will infer that the type is INT64, but then fail when the first non-null row is read, eg. ``` [SQLite] Type mismatch in column 6: expected INT64 but got STRING/BINARY ``` -- 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]
