Ashwil-Colaco opened a new pull request, #8406: URL: https://github.com/apache/gravitino/pull/8406
Title: [#8383] fix(core): added missing comma in SQL of PolicyMetaPostgreSQLProvider.java ### What changes were proposed in this pull request? Added a missing comma in the SQL statement of insertPolicyMetaOnDuplicateKeyUpdate in PolicyMetaPostgreSQLProvider.java. ### Why are the changes needed? Without this comma, the SQL would fail or behave incorrectly when updating policy metadata in PostgreSQL. This fixes a small bug that can cause runtime errors. Fix: #8383 ### Does this PR introduce _any_ user-facing change? There are no changes to APIs or configuration visible to end users. Hence, it doesn't introduce _any_ user-facing change ### How was this patch tested? Applied Spotless formatting Ran ./gradlew build -x test. -- 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]
