Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/2765#discussion_r25502811 --- Diff: python/pyspark/streaming/context.py --- @@ -260,6 +260,12 @@ def textFileStream(self, directory): """ return DStream(self._jssc.textFileStream(directory), self, UTF8Deserializer()) --- End diff -- Should this just call the other method with arg 1 instead of duplicating the logic?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org