Commit 9f431f7
authored
Move PeriodicStream into periodicsequence. (#35412)
* Move PeriodicStream into periodicsequence.
* Consolidate PeriodicStream into PeriodicImpulse.
* Fix fn_runner_test that used PeriodicStream.
* Reformat
* Fix some edge cases and resolve floating point precision problem.
Add tests.
* Fix lint and move tests for periodic impulse to its own test case.
* Add more docstrings. Revise stop_timestamp part as it is an exclusive upper bound.
* Fix pydoc error.1 parent cd01e34 commit 9f431f7
File tree
5 files changed
+342
-348
lines changed- sdks/python/apache_beam
- ml/ts
- runners/portability/fn_api_runner
- transforms
5 files changed
+342
-348
lines changedThis file was deleted.
This file was deleted.
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
1264 | 1263 | | |
1265 | 1264 | | |
1266 | 1265 | | |
1267 | | - | |
| 1266 | + | |
1268 | 1267 | | |
1269 | 1268 | | |
1270 | 1269 | | |
| |||
0 commit comments