Skip to content
Merged
193 changes: 0 additions & 193 deletions sdks/python/apache_beam/ml/ts/util.py

This file was deleted.

93 changes: 0 additions & 93 deletions sdks/python/apache_beam/ml/ts/util_test.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
from apache_beam.metrics import monitoring_infos
from apache_beam.metrics.execution import MetricKey
from apache_beam.metrics.metricbase import MetricName
from apache_beam.ml.ts.util import PeriodicStream
from apache_beam.options.pipeline_options import DebugOptions
from apache_beam.options.pipeline_options import DirectOptions
from apache_beam.options.pipeline_options import PipelineOptions
Expand Down Expand Up @@ -1264,7 +1263,7 @@ def test_sliding_windows(self):
with self.create_pipeline() as p:
ret = (
p
| PeriodicStream(data, interval=1)
| PeriodicImpulse(data=data, fire_interval=1)
| beam.WithKeys(0)
| beam.WindowInto(beam.transforms.window.SlidingWindows(6, 3))
| beam.GroupByKey())
Expand Down
Loading
Loading