-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a normal task to debug and return multiple query results, and a d…
…ebugging task to save the script state (#2714) * Debugging a normal job returns multiple query result sets * Debugging a normal job returns multiple query result sets * Debugging a normal job returns multiple query result sets * Debugging a normal job returns multiple query result sets * Debugging a normal job returns multiple query result sets * Debugging a normal job returns multiple query result sets * Added test return success, front-end multi-table display * Fix the debugging of a common job, and return the debugging success even if it fails to be executed * Fixed the logic that submitting a debugging task returns success, and now the result set and error message will be returned when encountering an exception * Fixed the logic that submitting a debugging task returns success, and now the result set and error message will be returned when encountering an exception * Fixed the logic that submitting a debugging task returns success, and now the result set and error message will be returned when encountering an exception * Fixed the logic that submitting a debugging task returns success, and now the result set and error message will be returned when encountering an exception * Fixed the logic that submitting a debugging task returns success, and now the result set and error message will be returned when encountering an exception * Fixed the logic that submitting a debugging task returns success, and now the result set and error message will be returned when encountering an exception * Fixed the logic that submitting a debugging task returns success, and now the result set and error message will be returned when encountering an exception * run mvn spotless:apply * Fix the logic that runs SQL statements * The fixed fix is for unlimited query of Flink job results --------- Co-authored-by: Zzm0809 <[email protected]>
- Loading branch information
Showing
12 changed files
with
198 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters