Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/10089#issuecomment-185518134
  
    ```
    py4j.Py4JException: Method createTopic([class java.lang.String]) does not 
exist
        at py4j.reflection.ReflectionEngine.getMethod(ReflectionEngine.java:335)
        at py4j.reflection.ReflectionEngine.getMethod(ReflectionEngine.java:344)
        at py4j.Gateway.invoke(Gateway.java:279)
        at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:133)
        at py4j.commands.CallCommand.execute(CallCommand.java:79)
        at py4j.GatewayConnection.run(GatewayConnection.java:209)
        at java.lang.Thread.run(Thread.java:745)
    ```
    
    From Java clients' POV, the signature of `createTopic()` in KafkaTestUtils 
has changed, so you'll need to explicitly provide the extra argument from the 
Python caller or will need to add back a single-argument constructor for 
backwards-compatibility.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to