-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature][scaleph-engine-sql-gateway] add sql gateway splited service #623
Merged
Conversation
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
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
kalencaya
added a commit
that referenced
this pull request
Oct 11, 2023
* fix: 调试请求接口 * fix: 添加执行结果 * fix: 完善执行结果 * fix: 调试执行sql结果 * [Bug][scaleph-engine-sql-gateway] fix flink sql gateway query result error (#616) fix: flink sql gateway query result error * [Bug][scaleph-engine-sql-gateway] fix flink sql gateway query result error (#617) fix: flink sql gateway query result error * [Feature][scaleph-engine-sql-gateway] add column info for flink sql query result (#618) feature: add column info for flink sql query result * [Feature][scaleph-engine-sql-gateway] optimize Flink TimestampData and DecimalData format (#619) feature: optimize Flink TimestampData and DecimalData format * [Feature][scaleph-engine-sql-gateway] add sql gateway splited service (#623) * feature: add flink sql gateway service interface * feature: upgrade flink kubernetes operator api * feature: upgrade flink kubernetes operator api * feature: add dataservice module * feature: add flink sql gateway service interface * feature: add dataservice module * fix: dataservice sql script error * feature: dataservice config mapper * feature: dataservice config controller * feature: dataservice parameter and result map sql table * feature: dataservice parameter and result map mapper * feature: dataservice parameter and result map interface * feature: dataservice parameter and result map service * feature: add dataservice parameter and result mapping sql table * feature: add dataservice parameter and result mapping mapper * fix: jobId NPE * fix: jobId NPE * feature: add parametermap and resultmap * feature: add parametermap and resultmap * feature: add parametermap and resultmap * feature: add parametermap and resultmap * feature: add parametermapping and resultmapping * feature: add parametermapping and resultmapping * feature: add flink custom artifact table * fix: docker build * fix: docker build * fix: docker build * fix: flink sql gateway feitch results api page param error * fix: 修改sql执行结果 --------- Co-authored-by: bailongsen <bailongsen@xinxuan.net> Co-authored-by: kalencaya <1942460489@qq.com>
kalencaya
added a commit
that referenced
this pull request
Oct 27, 2023
* fix: 调试请求接口 * fix: 添加执行结果 * fix: 完善执行结果 * fix: 调试执行sql结果 * [Bug][scaleph-engine-sql-gateway] fix flink sql gateway query result error (#616) fix: flink sql gateway query result error * [Bug][scaleph-engine-sql-gateway] fix flink sql gateway query result error (#617) fix: flink sql gateway query result error * [Feature][scaleph-engine-sql-gateway] add column info for flink sql query result (#618) feature: add column info for flink sql query result * [Feature][scaleph-engine-sql-gateway] optimize Flink TimestampData and DecimalData format (#619) feature: optimize Flink TimestampData and DecimalData format * [Feature][scaleph-engine-sql-gateway] add sql gateway splited service (#623) * feature: add flink sql gateway service interface * feature: upgrade flink kubernetes operator api * feature: upgrade flink kubernetes operator api * feature: add dataservice module * feature: add flink sql gateway service interface * feature: add dataservice module * fix: dataservice sql script error * feature: dataservice config mapper * feature: dataservice config controller * feature: dataservice parameter and result map sql table * feature: dataservice parameter and result map mapper * feature: dataservice parameter and result map interface * feature: dataservice parameter and result map service * feature: add dataservice parameter and result mapping sql table * feature: add dataservice parameter and result mapping mapper * fix: jobId NPE * fix: jobId NPE * feature: add parametermap and resultmap * feature: add parametermap and resultmap * feature: add parametermap and resultmap * feature: add parametermap and resultmap * feature: add parametermapping and resultmapping * feature: add parametermapping and resultmapping * feature: add flink custom artifact table * fix: docker build * fix: docker build * fix: docker build * fix: flink sql gateway feitch results api page param error * fix: 修改sql执行结果 * fix: 将sql执行结果对象和数组格式转换成字符串格式并添加超出省略 * fix: 修改图片展示格式 --------- Co-authored-by: bailongsen <bailongsen@xinxuan.net> Co-authored-by: kalencaya <1942460489@qq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
add sql gateway splited service
Brief change log
Check list