Skip to content

Commit 8ee427f

Browse files
authored
Merge pull request #599 from mspruc/main
remove reference to deleted DistinctOperator
2 parents 8f7a4a2 + 685acfe commit 8ee427f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python/src/pywy/operators/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from pywy.operators.sink import TextFileSink, SinkOperator
2222
from pywy.operators.source import TextFileSource, ParquetSource, SourceUnaryOperator
2323
from pywy.operators.unary import UnaryToUnaryOperator, FilterOperator, MapOperator, FlatmapOperator, \
24-
ReduceByKeyOperator, SortOperator, DistinctOperator
24+
ReduceByKeyOperator, SortOperator
2525

2626
__ALL__ = [
2727
PywyOperator,
@@ -33,7 +33,6 @@
3333
FilterOperator,
3434
SinkOperator,
3535
SortOperator,
36-
DistinctOperator,
3736
SourceUnaryOperator,
3837
MapOperator,
3938
ReduceByKeyOperator,

0 commit comments

Comments
 (0)