justinmclean opened a new issue, #8109: URL: https://github.com/apache/gravitino/issues/8109
### What would you like to be improved? In core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/postgresql/UserRoleRelPostgreSQLProvider.java the SQL syntax is not correct. Postgres uses EXCLUDED as shown in https://www.postgresql.org/docs/current/sql-insert.html not VALUES. ### How should we improve? Use EXCLUDED. instead of VALUES(). -- 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]
