github-actions[bot] opened a new pull request, #4823: URL: https://github.com/apache/gravitino/pull/4823
### What changes were proposed in this pull request? If the schema is not created by Gravitino, the Gravitino will lack the metadata in the backend storage. If we create a table in this schema, the storage won't contain the metadata. So it will fail to set owner. Because the storage won't store the table. Because the storage won't contain schema id. This won't bring too much performance cost. Because loadSchema will use read lock after first loading. If we have cache, we could be more quick. ### Why are the changes needed? Fix: #4812 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Added a ut. -- 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]
