Skip to content
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

refactor: remove some workarounds about Java frontend #3223

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

xxchan
Copy link
Member

@xxchan xxchan commented Jun 14, 2022

What's changed and what's your intention?

as title. Found by searching Java 🥸

Checklist

  • [ ] I have written necessary docs and comments
  • [ ] I have added necessary unit tests and integration tests
  • All checks passed in ./risedev check (or alias, ./risedev c)

Refer to a related PR or issue link (optional)

@codecov
Copy link

codecov bot commented Jun 14, 2022

Codecov Report

Merging #3223 (3c7c7de) into main (a4aab7a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3223   +/-   ##
=======================================
  Coverage   73.48%   73.48%           
=======================================
  Files         746      746           
  Lines      101957   101957           
=======================================
+ Hits        74923    74924    +1     
+ Misses      27034    27033    -1     
Flag Coverage Δ
rust 73.48% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/utils/pgwire/src/pg_field_descriptor.rs 76.92% <ø> (ø)
src/utils/pgwire/src/pg_response.rs 73.68% <ø> (ø)
src/common/src/array/column_proto_readers.rs 77.96% <100.00%> (ø)
src/common/src/types/chrono_wrapper.rs 83.07% <100.00%> (ø)
src/frontend/src/stream_fragmenter/mod.rs 91.11% <100.00%> (ø)
src/meta/src/barrier/mod.rs 69.13% <0.00%> (-0.33%) ⬇️
src/storage/src/hummock/local_version_manager.rs 84.01% <0.00%> (+0.15%) ⬆️
src/meta/src/hummock/mock_hummock_meta_client.rs 43.95% <0.00%> (+1.09%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Contributor

@liurenjie1024 liurenjie1024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xxchan xxchan merged commit a42753a into main Jun 15, 2022
@xxchan xxchan deleted the xxchan/accurate-canid branch June 15, 2022 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants