justinmclean opened a new issue, #7284:
URL: https://github.com/apache/gravitino/issues/7284

   ### What would you like to be improved?
   
   There method do not thow the the exception they claim to throw.
   
   In 
catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/operation/JdbcTableOperations.java
   
   ```
   protected Transform[] getTablePartitioning(
         Connection connection, String databaseName, String tableName) throws 
SQLException {
   ```
   
   In 
clients/filesystem-hadoop3/src/main/java/org/apache/gravitino/filesystem/hadoop/BaseGVFSOperations.java
   
   ```
     private void createFilesetLocationIfNeed(
         NameIdentifier filesetIdent, FileSystem fs, Path filesetPath)
         throws FilesetPathNotFoundException {
   ```
   
   In core/src/main/java/org/apache/gravitino/utils/IsolatedClassLoader.java
   ```
     private synchronized URLClassLoader classLoader() throws Exception {
   ```
   
   In 
server-common/src/main/java/org/apache/gravitino/server/authentication/KerberosServerUtils.java
 (ClassNotFoundException and NoSuchMethodException, IllegalAccessException, 
InvocationTargetException)
   ```
     public static String getDefaultRealm()
         throws ClassNotFoundException, NoSuchMethodException, 
IllegalArgumentException,
   ```
   
   
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/CatalogRegister.java
   ```
     private String generateDropCatalogCommand(String name) throws Exception {
   ```
   
   
   
   ### How should we improve?
   
   Only include exceptions that can be thrown


-- 
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]

Reply via email to