incubator-streampark
incubator-streampark copied to clipboard
[Bug] after flink 1.15 error when verify SQL script bug fix
What problem does this PR solve?
after flink 1.15 flink-table-planner migrated to opt directory, streampark classloader failed to load the CalciteParser class, error when verify SQL script ,nedd to add flink-table-planner to verify sql classloader classpath
Issue Number:close #1713
Problem Summary: after flink 1.15 error when verify SQL script
What is changed and how it works?
Separate the verify sql from the classloader of the submitted job, compatible with multiple versions to get the check sql dependency to create a new classloader, and the submitted job is unchanged.