XComp commented on PR #25250: URL: https://github.com/apache/flink/pull/25250#issuecomment-2333268574
@HuangXingBo @dianfu I am removing the Java class `Time` in this refactoring but struggle with the `flink-python` code. [CI fails](https://github.com/XComp/flink/actions/runs/10725984591/job/29745526088#step:10:24924) repeatedly with the following error: ``` Sep 05 18:51:05 > raise Py4JError("{0} does not exist in the JVM".format(new_fqn)) Sep 05 18:51:05 E py4j.protocol.Py4JError: org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducer does not exist in the JVM ``` The error doesn't occur without my changes, so I assume that it's caused by the PR. But the error message seems unrelated (I didn't touch `FlinkKafkaProducer`). And I don't find any hint where to look for the cause of the issue. Could you help a bit here or point me to someone who could? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
