fivetran-arunsuri opened a new pull request, #426:
URL: https://github.com/apache/polaris/pull/426
# Description
Resolve type id 'eclipse-link' as a subtype of MetaStoreManagerFactory.
Right now with the main branch as it is when we try to configure and run
polaris server for production use case with eclipse link as metaStoreManager
and postgres as db, it fails with following error
Failed to parse configuration at: metaStoreManager; Could not resolve type
id 'eclipse-link' as a subtype of
`org.apache.polaris.core.persistence.MetaStoreManagerFactory`: known type ids =
[in-memory] (for POJO property 'metaStoreManager')
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain:
org.apache.polaris.service.config.PolarisApplicationConfig["metaStoreManager"])
## Type of change
Please delete options that are not relevant.
- [ ] 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?
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details for
your test configuration
- [ ] able to start server locally with eclipse link as metastore manager
and hit requests to create catalog etc
# Checklist:
Please delete options that are not relevant.
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] If adding new functionality, I have discussed my implementation with
the community using the linked GitHub issue
--
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]