autophagy commented on PR #26281: URL: https://github.com/apache/flink/pull/26281#issuecomment-2714622476
@twalthr Thanks for the review! I've addressed your comments. I implemented `print_explain` by printing via Python, rather than calling out to the java function, as I was getting the following error: ``` org.apache.flink.api.python.shaded.py4j.Py4JException: Method printExplain([class org.apache.flink.table.api.ExplainFormat, class [Lorg.apache.flink.table.api.ExplainDetail;]) does not exist ``` Oddly, this also occurs if I try and call `explain` targeting the `default String explain(ExplainDetail... extraDetails)` function, rather than the `String explain(ExplainFormat format, ExplainDetail... extraDetails)` one. Maybe something to do with the reflection & default methods? I'm not so familiar. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org