trusch opened a new pull request #46: [CALCITE-3264] add catch-all type for unknown types in generic adapter URL: https://github.com/apache/calcite-avatica-go/pull/46 Currently the generic adapter in the calcite-go driver panics when it sees an unknown type. I as a user of the driver would like to see it either just working as expected or at least see a meaningfull error. This PR adds a default scan type in the case that the column type is not recognized.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
