refactor: remove legacy java frontend#2523
Merged
Merged
Conversation
added 9 commits
May 14, 2022 17:01
TennyZhuang
approved these changes
May 14, 2022
Codecov Report
@@ Coverage Diff @@
## main #2523 +/- ##
==========================================
+ Coverage 71.33% 71.40% +0.06%
==========================================
Files 689 688 -1
Lines 88643 88531 -112
==========================================
- Hits 63232 63213 -19
+ Misses 25411 25318 -93
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
This was referenced May 15, 2022
This file contains hidden or 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
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.
What's changed and what's your intention?
Merge #2519 again.
Remove legacy Java frontend, including sources and tests.
TO REVIEWERS: Click this link to see diffs excluding removing legacy folder -> https://github.com/singularity-data/risingwave/pull/2519/files/2ef98f693fb42eeb1bf0df3facfa95549f4b35f2..HEAD
Some remaining works need to be done later:
v2/before removing themsrc/tests/regress/to Rust frontend and enable themis_legacy_frontend)CreateSourceExecutorcreate_materialized_viewanddrop_materialized_viewinStreamServiceImplshould we depracate StreamServiceImpl's usused functions? #2260Checklist
N/A
Refer to a related PR or issue link (optional)
None