incubator-streampark icon indicating copy to clipboard operation
incubator-streampark copied to clipboard

[Bug] after flink 1.15 error when verify SQL script bug fix

Open monrg opened this issue 3 years ago • 0 comments

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.

monrg avatar Oct 05 '22 01:10 monrg