fix(bqjdbc): update metadata values for GEOGRAPHY/JSON/INTERVAL types by logachev · Pull Request #13223 · googleapis/google-cloud-java (original) (raw)

Code Review

This pull request updates the JDBC metadata mapping for BigQuery GEOGRAPHY, JSON, and INTERVAL types. These types are now explicitly mapped to java.sql.Types.OTHER with their specific type names, rather than being treated as VARCHAR. Corresponding unit tests have been updated and expanded to verify these changes. I have no feedback to provide as there were no review comments.