Verest commented on PR #1139:
URL: https://github.com/apache/arrow-java/pull/1139#issuecomment-4391480286

   I am murky on the specific format for `COLUMN_DEF`, or where that 
responsibility lies.  The Oracle 
[docs](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html)
 mention wrapping the underling value in single quotes if it is a string, and a 
few other things.  I suspect this format is not followed everywhere regardless 
🤔.
   
   Since this is a generic JDBC driver, I am cautious to make assumptions about 
the incoming format of the COLUMN_DEF from the server.  For now, I am 
tentatively expecting the server-side to handle the intended parsing of the 
COLUMN_DEF, leaving the arrow driver to read given strings as is.


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