[ https://issues.apache.org/jira/browse/FLINK-32617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shengkai Fang closed FLINK-32617. --------------------------------- Fix Version/s: 1.18.0 Resolution: Fixed > FlinkResultSetMetaData throw exception for most methods > ------------------------------------------------------- > > Key: FLINK-32617 > URL: https://issues.apache.org/jira/browse/FLINK-32617 > Project: Flink > Issue Type: Improvement > Reporter: Shengkai Fang > Assignee: FangYong > Priority: Major > Labels: pull-request-available > Fix For: 1.18.0 > > > I think most methods, e.g. > > ``` > boolean supportsMultipleResultSets() throws SQLException; > boolean supportsMultipleTransactions() throws SQLException; > boolean supportsMinimumSQLGrammar() throws SQLException; > ``` > We can just return true or false. > > > -- This message was sent by Atlassian Jira (v8.20.10#820010)