eric-maynard opened a new pull request, #2653: URL: https://github.com/apache/polaris/pull/2653
Since #1942, persistence implementations -- particularly the JDBC implementation -- have a concept of a schema "version" and Polaris versions are not necessarily coupled with schema versions. As a result, we can dynamically load the schema version at runtime to determine whether certain features are safe to enable. However, there may be users who are running a schema version from before the concept of schema versioning was even introduced -- and those users might currently see an error when Polaris attempts to load from the version table. This PR adds a best-effort fallback to attempt to mitigate the error they would see by defaulting to schema version 0. -- 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]
