You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
1. update PG supported version
2. add warning messages not change gravitino id
3. add not support set MySQL scheme comment message
### Why are the changes needed?
Fix: #1786#1704
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
no, just document
Version
main branch
Describe what's wrong
Error message and/or stacktrace
{
"code": 1002,
"type": "RuntimeException",
"message": "Failed to operate object [pg_temp_1] operation [LOAD] under [pg2], reason [ERROR: type "regnamespace" does not exist\n 位置:37]",
"stack": [
"java.lang.RuntimeException: com.datastrato.gravitino.exceptions.GravitinoRuntimeException: ERROR: type "regnamespace" does not exist",
" 位置:37",
"\tat com.datastrato.gravitino.catalog.CatalogOperationDispatcher.doWithCatalog(CatalogOperationDispatcher.java:752)",
"\tat com.datastrato.gravitino.catalog.CatalogOperationDispatcher.loadSchema(CatalogOperationDispatcher.java:208)",
"\tat com.datastrato.gravitino.server.web.rest.SchemaOperations.lambda$loadSchema$2(SchemaOperations.java:115)",
"\tat java.base/java.security.AccessController.doPrivileged(AccessController.java:712)",
"\tat java.base/javax.security.auth.Subject.doAs(Subject.java:439)",
"\tat com.datastrato.gravitino.utils.PrincipalUtils.doAs(PrincipalUtils.java:25)",
"\tat com.datastrato.gravitino.server.web.Utils.doAs(Utils.java:121)",
"\tat com.datastrato.gravitino.server.web.rest.SchemaOperations.loadSchema(SchemaOperations.java:111)",
"\tat jdk.internal.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)",
"\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)",
"\tat java.base/java.lang.reflect.Method.invoke(Method.java:568)",
"\tat org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0
How to reproduce
jdbc-url: jdbc:postgresql://localhost:5433/postgres
jdbc-user: pgtest
jdbc-driver: org.postgresql.Driver
jdbc-password: pgtest
jdbc-database: postgres
Additional context
No response
The text was updated successfully, but these errors were encountered: