mirror of
https://github.com/apache/lucene.git
synced 2025-02-22 01:56:16 +00:00
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…
x
Reference in New Issue
Block a user