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-38090: [C++][Emscripten][Parquet] Suppress shorten-64-to-32 warnings #38129

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

kou
Copy link
Member

@kou kou commented Oct 7, 2023

Rationale for this change

We need explicit cast to use int64_t for size_t on Emscripten.

What changes are included in this PR?

Explicit casts.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

…warnings

We need explicit cast to use `int64_t` for `size_t` on Emscripten.

Explicit casts.
@kou kou merged commit 60916fe into apache:main Oct 8, 2023
30 of 32 checks passed
@kou kou deleted the cpp-suppress-shorten-64-to-32-warning-parquet branch October 8, 2023 21:05
@kou kou removed the awaiting committer review Awaiting committer review label Oct 8, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 60916fe.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 7 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 Oct 23, 2023
…warnings (apache#38129)

### Rationale for this change

We need explicit cast to use `int64_t` for `size_t` on Emscripten.

### What changes are included in this PR?

Explicit casts.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38090

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…warnings (apache#38129)

### Rationale for this change

We need explicit cast to use `int64_t` for `size_t` on Emscripten.

### What changes are included in this PR?

Explicit casts.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38090

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…warnings (apache#38129)

### Rationale for this change

We need explicit cast to use `int64_t` for `size_t` on Emscripten.

### What changes are included in this PR?

Explicit casts.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38090

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
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.

[C++][Emscripten] Suppress shorten-64-to-32 warnings
3 participants