justinmclean opened a new issue, #8284: URL: https://github.com/apache/gravitino/issues/8284
### What would you like to be improved? In trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/GravitinoConnectorFactory.java and other files, the package name is misspelt It's: ``` import org.apache.gravitino.trino.connector.system.storedprocdure.GravitinoStoredProcedureFactory; ``` When it should be: ``` import org.apache.gravitino.trino.connector.system.storedprocedure.GravitinoStoredProcedureFactory; ``` ### How should we improve? change it -- 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]
