flyrain commented on issue #760: URL: https://github.com/apache/polaris/issues/760#issuecomment-2722706332
Each method in `PolarisSequenceUtil` gets a session object which is passed from an object of `PolarisEclipseLinkMetaStoreSessionImpl`. And the object is initialized with `realmContext`. With that, I don't think it's an issue. ``` public static void initialize(EntityManager session) public static Long getNewId(EntityManager session) ``` cc @eric-maynard -- 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]
