Skip to content

Commit

Permalink
apacheGH-36856: [C++] Remove needless braces from BasicDecimal256From…
Browse files Browse the repository at this point in the history
…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 <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou authored Aug 3, 2023
1 parent 36ddbb5 commit 4b70fd4
Showing 1 changed file with 220 additions and 227 deletions.
Loading

0 comments on commit 4b70fd4

Please sign in to comment.