[BEAM-1345] Mark windowed value as experimental
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/5b095118 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/5b095118 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/5b095118 Branch: refs/heads/release-2.0.0 Commit: 5b09511873136cc6aff8c75f3767c2d81e288940 Parents: 9730f56 Author: Sourabh Bajaj <[email protected]> Authored: Thu May 11 11:58:08 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Thu May 11 16:20:36 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/utils/windowed_value.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/5b095118/sdks/python/apache_beam/utils/windowed_value.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/utils/windowed_value.py b/sdks/python/apache_beam/utils/windowed_value.py index 87c26d1..be27854 100644 --- a/sdks/python/apache_beam/utils/windowed_value.py +++ b/sdks/python/apache_beam/utils/windowed_value.py @@ -16,10 +16,12 @@ # """Core windowing data structures. + +This module is experimental. No backwards-compatibility guarantees. """ # This module is carefully crafted to have optimal performance when -# compiled whiel still being valid Python. Care needs to be taken when +# compiled while still being valid Python. Care needs to be taken when # editing this file as WindowedValues are created for every element for # every step in a Beam pipeline.
