wuguowei19880907 opened a new issue #4930: why sharding has many unsupported operation URL: https://github.com/apache/incubator-shardingsphere/issues/4930 ## Question I know that the sharding has many unsupported operation like - AbstractUnsupportedOperationDataSource.setLoginTimeout() - AbstractUnsupportedOperationResultSet.getRow() - and so on. If I have only **one datasource** and only use the **encryption**, Could I use the originalDatasource.setLoginTimeout or the originalResultSet.getRow instead of just **throw SQLFeatureNotSupportedException** ? Do I have omitted something?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
