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

remove unused bucket logic in hash table #16103

Merged
merged 5 commits into from
May 14, 2024

Conversation

badboynt1
Copy link
Contributor

What type of PR is this?

  • API-change
  • BUG
  • Improvement
  • Documentation
  • Feature
  • Test and CI
  • Code Refactoring

Which issue(s) this PR fixes:

issue #15967

What this PR does / why we need it:

最早为了解决某些情况下hash表太大的问题,用了给hash表分桶的写法。
后来实现了shuffle以后,就不再需要这些分桶的逻辑了,移除这些冗余代码,为之后的重构减少负担

@matrix-meow matrix-meow added the size/L Denotes a PR that changes [500,999] lines label May 14, 2024
@badboynt1 badboynt1 changed the title remove unused bucket login in hash table remove unused bucket logic in hash table May 14, 2024
@badboynt1
Copy link
Contributor Author

… removebucket

Conflicts:
	pkg/pb/pipeline/pipeline.pb.go
@mergify mergify bot merged commit 934856c into matrixorigin:main May 14, 2024
17 of 19 checks passed
@badboynt1 badboynt1 deleted the removebucket branch May 14, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement size/L Denotes a PR that changes [500,999] lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants