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

MINOR: [C++] Fix the wrong comment in #45104 #45111

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

zanmato1984
Copy link
Contributor

Rationale for this change

In my last typo fix in #45104 I made a mistake: https://github.com/apache/arrow/pull/45104/files#diff-a1f24396d20cd510ae48838e684fbc5ba7b23475702ae849a2d13bf48e5251aaR284 I was too careless. The size of a block in swiss table is much more subtle than I thought. It turns out the original 12KB was right.

What changes are included in this PR?

Removing my last wrong change and elaborate a bit about how the number 12KB comes.

Are these changes tested?

Are there any user-facing changes?

@zanmato1984
Copy link
Contributor Author

Hi @kou would you like to take a look? My apology for my last careless fix.

@zanmato1984
Copy link
Contributor Author

Also cc @pitrou .

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

Oh, sorry for not noticing it.

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Dec 26, 2024
@zanmato1984 zanmato1984 merged commit 52b3184 into apache:main Dec 26, 2024
36 of 38 checks passed
@zanmato1984 zanmato1984 removed the awaiting merge Awaiting merge label Dec 26, 2024
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.

2 participants