Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/9186#issuecomment-155586759 > @zsxwing Since JavaStreamingListener is an actual class and not an interface, I can't use "implements" in py4j. How should I work around this? Should I change JavaStreamingListener from a class to a trait? `JavaStreamingListener` is a class to make sure we don't forget to add new APIs to it when adding anything to `StreamingListener`. Could you add a Python class and delegate all invokings to `JavaStreamingListener`?
--- 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