lidavidm commented on issue #1906: URL: https://github.com/apache/arrow-adbc/issues/1906#issuecomment-2151133462
data_type/sql_data_type were taken from Flight SQL which in turn inherited from JDBC (@jduo correct me if I'm wrong): https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/DatabaseMetaData.html#getColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String) > DATA_TYPE int => SQL type from java.sql.Types > SQL_DATA_TYPE int => unused -- 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]
