shangeyao opened a new pull request, #4462: URL: https://github.com/apache/streampark/pull/4462
## Summary - Migrate `streampark-flink-sqlclient` from Scala to Java (**#4448**, Stage 1.4 / Epic #4408). - Convert `org.apache.streampark.flink.cli.SqlClient` to Java while **preserving FQCN and external submission behavior** (shade `mainClass` unchanged). - Remove unused `enumeratum` dependency; add JUnit tests for runtime execution-mode resolution. ## Dependency chain This branch builds on **#4447** (shims migration, PR #4461). Merge #4461 first, or review as stacked. ## Acceptance (#4448) - [x] No `.scala` under `streampark-flink-sqlclient` (`src/main` + `src/test`) - [x] Module builds, tests, and shade package succeed - [x] `mainClass` remains `org.apache.streampark.flink.cli.SqlClient` ## Test plan - [x] `mvn -pl streampark-flink/streampark-flink-sqlclient -am package -DskipITs` - [x] `SqlClientTest` (SET command + dynamic property mode resolution) - [ ] CI Sonar / Backend (on merge) Closes #4448 Made with [Cursor](https://cursor.com) -- 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]
