raveendra11 commented on PR #7295: URL: https://github.com/apache/gravitino/pull/7295#issuecomment-2919272269
In the abstract class JdbcTableOperations.java, the getTablePartitioning method is overridden in DorisTableOperations, where it needs to perform JDBC operations that can throw a SQLException. To allow the subclass DorisTableOperations to propagate SQLExceptions, I re-updated the base method to declare throws SQLException. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
