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

feat: replace ahash with murmur3 on generating tsid #3007

Merged
merged 2 commits into from
Dec 26, 2023

Conversation

waynexia
Copy link
Member

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

Use murmur3 to generate tsid. ahash has different behavior on different platforms.

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.
  • This PR does not require documentation updates.

Refer to a related PR or issue link (optional)

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

Copy link
Contributor

@QuenKar QuenKar left a comment

Choose a reason for hiding this comment

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

LGTM

@waynexia waynexia enabled auto-merge December 26, 2023 07:38
@QuenKar QuenKar added docs-not-required This change does not impact docs. and removed docs-not-required This change does not impact docs. labels Dec 26, 2023
Copy link

codecov bot commented Dec 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3bd2f79) 85.75% compared to head (3c695b0) 85.22%.
Report is 3 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3007      +/-   ##
===========================================
- Coverage    85.75%   85.22%   -0.53%     
===========================================
  Files          783      784       +1     
  Lines       126646   126801     +155     
===========================================
- Hits        108609   108072     -537     
- Misses       18037    18729     +692     

@waynexia waynexia added this pull request to the merge queue Dec 26, 2023
Merged via the queue into GreptimeTeam:develop with commit bf635a6 Dec 26, 2023
20 of 25 checks passed
@waynexia waynexia deleted the adapt-mur3 branch December 26, 2023 07:57
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.

3 participants