Cole-Greer commented on PR #3091:
URL: https://github.com/apache/tinkerpop/pull/3091#issuecomment-2787651853
It might be nice to have some (feature?) tests which `T` and `Direction`
remain valid map keys and have precedence over string keys. Other enums remain
disallowed as map keys which is why those keywords can be interpreted as
Strings.
Eg:
```
{label: "foo"} -> {T.label: "foo"}
{local: "foo"} -> {"local": "foo"}
```
--
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]