We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0221cb1 commit 21acdc3Copy full SHA for 21acdc3
core/trino-main/src/main/java/io/trino/Session.java
@@ -548,7 +548,7 @@ public SessionRepresentation toSessionRepresentation()
548
identity.getUser(),
549
originalIdentity.getUser(),
550
originalIdentity.getEnabledRoles(),
551
- originalIdentity.getGroups(),
+ identity.getGroups(),
552
originalIdentity.getGroups(),
553
identity.getPrincipal().map(Principal::toString),
554
identity.getEnabledRoles(),
0 commit comments