eric-maynard opened a new pull request, #247: URL: https://github.com/apache/polaris/pull/247
# Description Some of the code used by EclipseLink was not compatible with MySQL (or engines other than Postgres). This PR introduces several changes to the persistence layer while maintaining backwards compatibility. Fixes #241 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Documentation update - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update # How Has This Been Tested? With this change, I am able to bootstrap Polaris backed by MySQL (view previous commits for e.g. `persistence.xml` changes) I am also able to integrate with a Postgres metastore created using a different version of Polaris without this change. # Checklist: Please delete options that are not relevant. - [x] I have performed a self-review of my code - [x] I have commented my code, particularly in hard-to-understand areas - [x] My changes generate no new warnings -- 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]
