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

fix: iterator bad implement #2760

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

QuenKar
Copy link
Contributor

@QuenKar QuenKar commented Nov 16, 2023

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

my bad implement about iterator trait leads that the iter_data() function runs forever.

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)

Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Merging #2760 (8219059) into develop (ae27fbc) will decrease coverage by 0.37%.
The diff coverage is 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2760      +/-   ##
===========================================
- Coverage    85.36%   85.00%   -0.37%     
===========================================
  Files          774      774              
  Lines       125796   125811      +15     
===========================================
- Hits        107391   106944     -447     
- Misses       18405    18867     +462     

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.

My bad

src/datatypes/src/vectors/decimal.rs Show resolved Hide resolved
@waynexia waynexia enabled auto-merge November 16, 2023 12:17
Copy link
Member

@waynexia waynexia left a comment

Choose a reason for hiding this comment

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

🥲

@waynexia waynexia added this pull request to the merge queue Nov 16, 2023
Merged via the queue into GreptimeTeam:develop with commit d2cf72e Nov 16, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants