Valentin Kulichenko created IGNITE-4643: -------------------------------------------
Summary: JdbcDatabaseMetadata.getIndexInfo() method not working Key: IGNITE-4643 URL: https://issues.apache.org/jira/browse/IGNITE-4643 Project: Ignite Issue Type: Bug Components: jdbc-driver Affects Versions: 1.8 Reporter: Valentin Kulichenko Assignee: Valentin Kulichenko Fix For: 1.9 {{JdbcDatabaseMetadata.getIndexInfo()}} method does not update metadata before creating result set. So if it's a first method invocation on this instance of {{JdbcDatabaseMetadata}}, it fails with NPE. Need to create tests and add {{updateMetaData()}} call in the beginning of the method. -- This message was sent by Atlassian JIRA (v6.3.15#6346)