huaxingao opened a new pull request, #3205: URL: https://github.com/apache/polaris/pull/3205
<!-- 📝 Describe what changes you're proposing, especially breaking or user-facing changes. 📖 See https://github.com/apache/polaris/blob/main/CONTRIBUTING.md for more. --> This PR adds the persistence foundation for REST idempotency in Polaris: Defines an `idempotency_records` table (Postgres) with key, binding, liveness, and finalization fields. Introduces a storage‑agnostic `IdempotencyRecord` model and `IdempotencyStore` SPI in polaris-core. Implements `PostgresIdempotencyStore` in `polaris-relational-jdbc` ## Checklist - [ ] 🛡️ Don't disclose security issues! (contact [email protected]) - [ ] 🔗 Clearly explained why the changes are needed, or linked related issues: Fixes # - [ ] 🧪 Added/updated tests with good coverage, or manually tested (and explained how) - [ ] 💡 Added comments for complex logic - [ ] 🧾 Updated `CHANGELOG.md` (if needed) - [ ] 📚 Updated documentation in `site/content/in-dev/unreleased` (if needed) -- 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]
