yuqi1129 opened a new pull request, #13037: URL: https://github.com/apache/gravitino/pull/13037
### What changes were proposed in this pull request? Add the missing PostgreSQL implementation for group-role batch upsert. Use ON CONFLICT and EXCLUDED values, following the user-role implementation. ### Why are the changes needed? The group-role method currently uses MySQL SQL on PostgreSQL. It has no service caller today, but would fail if called. Fix: #13035 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Add tests for one and two records to check the SQL and parameter values. All 14 related unit tests passed. Spotless checks passed. No live PostgreSQL test was run. -- 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]
