Adarsh-Me commented on issue #13549: URL: https://github.com/apache/ignite/issues/13549#issuecomment-5524288738
Hi @zstan! I'd like to take this. The root cause is clear: metadata queries create `JdbcThinResultSet` with a null statement, and `isClosed()` then reports the result set as closed, which trips SQLLine 1.12.0's explicit `isClosed()` check before reading. I'd fix `JdbcThinResultSet.isClosed()` so a metadata result set with a null statement isn't reported as closed, and add coverage for metadata result sets (e.g. `!tables`-style queries). Could you please assign this to me? Thanks! -- 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]
