hnnsgstfssn commented on code in PR #37629:
URL: https://github.com/apache/beam/pull/37629#discussion_r2823918133


##########
sdks/go/pkg/beam/core/runtime/graphx/translate.go:
##########
@@ -95,8 +95,10 @@ const (
        URNEnvDocker   = "beam:env:docker:v1"
 
        // Userstate URNs.
-       URNBagUserState      = "beam:user_state:bag:v1"
-       URNMultiMapUserState = "beam:user_state:multimap:v1"
+       URNBagUserState             = "beam:user_state:bag:v1"
+       URNMultiMapUserState        = "beam:user_state:multimap:v1"
+       URNOrderedListUserState     = "beam:user_state:ordered_list:v1"
+       URNOrderedListStateProtocol = "beam:protocol:ordered_list_state:v1"

Review Comment:
   Realised it shouldn't really be added. The URN above is the one that should 
be used. Will remove.



-- 
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]

Reply via email to