mirror of https://github.com/apache/lucene.git
SOLR-8631: Throw UnsupportedOperationException for DatabaseMetaDataImpl.getTypeInfo()
This commit is contained in:
parent
2419a3873a
commit
70ad8316f4
|
@ -700,7 +700,7 @@ class DatabaseMetaDataImpl implements DatabaseMetaData {
|
|||
|
||||
@Override
|
||||
public ResultSet getTypeInfo() throws SQLException {
|
||||
return null;
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue