VojtechMucha opened a new issue, #19034: URL: https://github.com/apache/pinot/issues/19034
Pinot jdbc driver fails when fetching data from a column of `MAP` or `*_ARRAY` (e.g. `STRING_ARRAY`) type. There is `pinot-jdbc-client` module with `org.apache.pinot.client.PinotResultSet` class. Its method [`Object getObject(int)`](https://github.com/apache/pinot/blob/master/pinot-clients/pinot-jdbc-client/src/main/java/org/apache/pinot/client/PinotResultSet.java#L308) throws `SQLDataException` when the column type is `MAP` or any of `*_ARRAY`. The driver should return requested column data rather then throw the exception. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
