Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/21477#discussion_r193260315
--- Diff: python/pyspark/sql/streaming.py ---
@@ -30,6 +30,7 @@
from pyspark.sql.readwriter import OptionUtils, to_str
from pyspark.sql.types import *
from pyspark.sql.utils import StreamingQueryException
+from abc import ABCMeta, abstractmethod
--- End diff --
done.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]