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 Table::scan method #1855

Merged
merged 2 commits into from
Jun 30, 2023

Conversation

waynexia
Copy link
Member

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

Remove Table::scan method. It's replaced by scan_to_stream in #1639

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

waynexia added 2 commits June 29, 2023 22:32
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
@waynexia waynexia requested a review from MichaelScofield June 29, 2023 15:01
Copy link
Member Author

Choose a reason for hiding this comment

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

Remove this case because DistTable is not for scanning data after #1639

@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Merging #1855 (29380ec) into develop (605776f) will decrease coverage by 0.31%.
The diff coverage is 88.37%.

@@             Coverage Diff             @@
##           develop    #1855      +/-   ##
===========================================
- Coverage    86.47%   86.17%   -0.31%     
===========================================
  Files          590      589       -1     
  Lines        96089    95599     -490     
===========================================
- Hits         83097    82383     -714     
- Misses       12992    13216     +224     

Copy link
Contributor

@evenyag evenyag left a comment

Choose a reason for hiding this comment

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

LGTM

@evenyag evenyag enabled auto-merge (squash) June 30, 2023 02:53
@evenyag evenyag merged commit c77b946 into GreptimeTeam:develop Jun 30, 2023
@waynexia waynexia deleted the remove-scan-fn branch June 30, 2023 04:13
@waynexia waynexia self-assigned this Jun 30, 2023
paomian pushed a commit to paomian/greptimedb that referenced this pull request Oct 19, 2023
* remove scan method

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* clean up

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

---------

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants