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

GH-38556: [C++] Add missing explicit size_t cast for i386 #38557

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

kou
Copy link
Member

@kou kou commented Nov 2, 2023

Rationale for this change

We need explicit cast for int64_t to size_t conversion for i386 environment.

This was introduced by GH-37792.

What changes are included in this PR?

Add explicit cast.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@kou
Copy link
Member Author

kou commented Nov 2, 2023

@github-actions crossbow submit test-debian-cpp-i386

Copy link

github-actions bot commented Nov 2, 2023

⚠️ GitHub issue #38556 has been automatically assigned in GitHub to PR creator.

This comment was marked as outdated.

@kou kou changed the title GH-38556: [C++] Add missing explicit int64_t cast for i386 GH-38556: [C++] Add missing explicit size_t cast for i386 Nov 2, 2023
@kou
Copy link
Member Author

kou commented Nov 2, 2023

@github-actions crossbow submit test-debian-11-cpp-i386

Copy link

github-actions bot commented Nov 2, 2023

Revision: f1bc62c

Submitted crossbow builds: ursacomputing/crossbow @ actions-bc4e3c2759

Task Status
test-debian-11-cpp-i386 Github Actions

@kou
Copy link
Member Author

kou commented Nov 6, 2023

+1

@kou kou merged commit 9a364b8 into apache:main Nov 6, 2023
34 of 36 checks passed
@kou kou deleted the cpp-i386 branch November 6, 2023 08:31
@kou kou removed the awaiting committer review Awaiting committer review label Nov 6, 2023
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 9a364b8.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them.

JerAguilon pushed a commit to JerAguilon/arrow that referenced this pull request Nov 9, 2023
…he#38557)

### Rationale for this change

We need explicit cast for `int64_t` to `size_t` conversion for i386 environment.

This was introduced by apacheGH-37792.

### What changes are included in this PR?

Add explicit cast.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38556

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…he#38557)

### Rationale for this change

We need explicit cast for `int64_t` to `size_t` conversion for i386 environment.

This was introduced by apacheGH-37792.

### What changes are included in this PR?

Add explicit cast.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38556

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…he#38557)

### Rationale for this change

We need explicit cast for `int64_t` to `size_t` conversion for i386 environment.

This was introduced by apacheGH-37792.

### What changes are included in this PR?

Add explicit cast.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38556

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
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.

[CI][C++] test-debian-11-cpp-i386 failed by long long int to size_t conversion
1 participant