Skip to content

Commit

Permalink
enable ordered list state (#32755)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunping authored Oct 15, 2024
1 parent 8fa19f2 commit ade80d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/python/apache_beam/transforms/environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ def _python_sdk_capabilities_iter():
yield common_urns.primitives.TO_STRING.urn
yield common_urns.protocols.DATA_SAMPLING.urn
yield common_urns.protocols.SDK_CONSUMING_RECEIVED_DATA.urn
yield common_urns.protocols.ORDERED_LIST_STATE.urn


def python_sdk_dependencies(options, tmp_dir=None):
Expand Down

0 comments on commit ade80d5

Please sign in to comment.