merzbird commented on issue #994: URL: https://github.com/apache/arrow-java/issues/994#issuecomment-3834009592
@ennuite Thanks for the swift response! It is a nice and simple solution to default to `false`/`0` when SqlInfo is absent, but I have doubts that it is always the best - e.g., Avatica (which AvaticaDatabaseMetaData arrow's impl is based on) uses different values as defaults: `supportsGroupBy` is `true`, but `supportsStoredProcedures` is `false`. I don't know, maybe there are some strong reasons to prefer that approach. But for simplicity's sake and conformance with JDBC spec, your PR definitely looks good to me. -- 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]
