slinkydeveloper opened a new pull request #18701: URL: https://github.com/apache/flink/pull/18701
## What is the purpose of the change This PR is a followup of FLINK-25841 and has a couple of quality of life improvements for the new API: * Now `Planner#compilePlan` fails if the plan cannot be serialized * Added `CompiledPlan#explain` and use it to implement `toString`, in order to help users access and debug the plan * Invoking `Planner#loadPlan` will fail on Batch planner, making it consistent with other `*plan` methods * More Javadoc, in particular around errors -- 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]
