pandeysambhi commented on issue #8198: URL: https://github.com/apache/gravitino/issues/8198#issuecomment-3210976578
@justinmclean I see a null check for the internal connector already in place. [ trino-connector/trino-connector/src/test/java/org/apache/gravitino/trino/connector/TestGravitinoConnectorNullChecks.java](https://github.com/apache/gravitino/blob/main/trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/GravitinoConnector.java#L71). Do you want this to be moved up before internalTransactionHandler is initialised, and add a null check for internalTransactionHandler before it's returned? -- 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]
