We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494cae5 commit e1df940Copy full SHA for e1df940
python/pyspark/streaming/pyprint.py
@@ -1,6 +1,6 @@
1
import sys
2
from itertools import chain
3
-from pyspark.serializers import PickleSerializer, BatchedSerializer, UTF8Deserializer
+from pyspark.serializers import PickleSerializer
4
5
def collect(binary_file_path):
6
dse = PickleSerializer()
0 commit comments