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-36856: [C++] Remove needless braces from BasicDecimal256FromLE() arguments #36987

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

kou
Copy link
Member

@kou kou commented Aug 1, 2023

Rationale for this change

BasicDecimal256FromLE() requires 4 arguments. So we should not use BasicDecimal256FromLE({X, X, X, X}) form.

I don't know why the current form works on amd64 but doesn't work on s390x.

What changes are included in this PR?

Removed needless "{" and "}".

Are these changes tested?

Yes.

Are there any user-facing changes?

Yes.

…LE() arguments

BasicDecimal256FromLE() requires 4 arguments. So we should not use
BasicDecimal256FromLE({X, X, X, X}) form.
@github-actions
Copy link

github-actions bot commented Aug 1, 2023

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

Copy link
Member

@wgtmac wgtmac left a comment

Choose a reason for hiding this comment

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

+1

@kou kou merged commit 4b70fd4 into apache:main Aug 3, 2023
34 checks passed
@kou kou deleted the cpp-decimal branch August 3, 2023 20:50
@kou kou removed the awaiting committer review Awaiting committer review label Aug 3, 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 4b70fd4.

There were no benchmark performance regressions. 🎉

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

barracuda156 pushed a commit to barracuda156/arrow that referenced this pull request Aug 14, 2023
…LE() arguments (apache#36987)

### Rationale for this change

BasicDecimal256FromLE() requires 4 arguments. So we should not use BasicDecimal256FromLE({X, X, X, X}) form.

I don't know why the current form works on amd64 but doesn't work on s390x.

### What changes are included in this PR?

Removed needless "{" and "}".

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#36856

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
…LE() arguments (apache#36987)

### Rationale for this change

BasicDecimal256FromLE() requires 4 arguments. So we should not use BasicDecimal256FromLE({X, X, X, X}) form.

I don't know why the current form works on amd64 but doesn't work on s390x.

### What changes are included in this PR?

Removed needless "{" and "}".

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#36856

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++] 13.0.0 FTBFS on Fedora 39/rawhide s390x
2 participants