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-35118: [FlightSQL] Use int32 to refer to 32-bit integers rather than int #35120

Merged
merged 1 commit into from
Apr 16, 2023

Conversation

appletreeisyellow
Copy link
Contributor

@appletreeisyellow appletreeisyellow commented Apr 13, 2023

Rationale for this change

The spec is inconsistent -- see details on #35118

What changes are included in this PR?

Use int32 to refer to 32-bit integers rather than int

Are these changes tested?

No, only comments are changed

Are there any user-facing changes?

This clarifies a small corner case in the document

@github-actions
Copy link

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

@github-actions github-actions bot added the awaiting review Awaiting review label Apr 13, 2023
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thanks @appletreeisyellow

fyi @lidavidm and @kou here is a similar one to #35108

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Apr 13, 2023
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

Copy link
Member

@lidavidm lidavidm left a comment

Choose a reason for hiding this comment

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

+1

Thank you!

@alamb
Copy link
Contributor

alamb commented Apr 16, 2023

Related PR: #35108

@alamb alamb merged commit 3ff3cc8 into apache:main Apr 16, 2023
@alamb
Copy link
Contributor

alamb commented Apr 16, 2023

Thanks again @appletreeisyellow

@appletreeisyellow appletreeisyellow deleted the chunchun/flightsql-typos-int branch April 17, 2023 00:27
@ursabot
Copy link

ursabot commented Apr 18, 2023

Benchmark runs are scheduled for baseline = 4328eba and contender = 3ff3cc8. 3ff3cc8 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed] test-mac-arm
[Finished ⬇️0.26% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.31% ⬆️0.06%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] 3ff3cc85 ec2-t3-xlarge-us-east-2
[Failed] 3ff3cc85 test-mac-arm
[Finished] 3ff3cc85 ursa-i9-9960x
[Finished] 3ff3cc85 ursa-thinkcentre-m75q
[Finished] 4328ebac ec2-t3-xlarge-us-east-2
[Failed] 4328ebac test-mac-arm
[Finished] 4328ebac ursa-i9-9960x
[Finished] 4328ebac ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

kou pushed a commit that referenced this pull request Apr 18, 2023
…egers rather than `int` (#35213)

### Rationale for this change

There are more inconsistency of the spec format found  -- see details on the original issue #35118. #35120 is the first PR with the same fix.

### What changes are included in this PR?

Use `int32` to refer to 32-bit integers rather than `int`

### Are these changes tested?

No, only comments are changed

### Are there any user-facing changes?

This clarifies a small corner case in the document

* Closes: #35118

Authored-by: Chunchun <14298407+appletreeisyellow@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
liujiacheng777 pushed a commit to LoongArch-Python/arrow that referenced this pull request May 11, 2023
…ather than `int` (apache#35120)

### Rationale for this change

The spec is inconsistent -- see details on apache#35118 

### What changes are included in this PR?

Use `int32` to refer to 32-bit integers rather than `int`

### Are these changes tested?

No, only comments are changed

### Are there any user-facing changes?

This clarifies a small corner case in the document

* Closes: apache#35118
* Closes: apache#35118

Authored-by: Chunchun <14298407+appletreeisyellow@users.noreply.github.com>
Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>
liujiacheng777 pushed a commit to LoongArch-Python/arrow that referenced this pull request May 11, 2023
…it integers rather than `int` (apache#35213)

### Rationale for this change

There are more inconsistency of the spec format found  -- see details on the original issue apache#35118. apache#35120 is the first PR with the same fix.

### What changes are included in this PR?

Use `int32` to refer to 32-bit integers rather than `int`

### Are these changes tested?

No, only comments are changed

### Are there any user-facing changes?

This clarifies a small corner case in the document

* Closes: apache#35118

Authored-by: Chunchun <14298407+appletreeisyellow@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this pull request May 15, 2023
…ather than `int` (apache#35120)

### Rationale for this change

The spec is inconsistent -- see details on apache#35118 

### What changes are included in this PR?

Use `int32` to refer to 32-bit integers rather than `int`

### Are these changes tested?

No, only comments are changed

### Are there any user-facing changes?

This clarifies a small corner case in the document

* Closes: apache#35118
* Closes: apache#35118

Authored-by: Chunchun <14298407+appletreeisyellow@users.noreply.github.com>
Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this pull request May 15, 2023
…it integers rather than `int` (apache#35213)

### Rationale for this change

There are more inconsistency of the spec format found  -- see details on the original issue apache#35118. apache#35120 is the first PR with the same fix.

### What changes are included in this PR?

Use `int32` to refer to 32-bit integers rather than `int`

### Are these changes tested?

No, only comments are changed

### Are there any user-facing changes?

This clarifies a small corner case in the document

* Closes: apache#35118

Authored-by: Chunchun <14298407+appletreeisyellow@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
rtpsw pushed a commit to rtpsw/arrow that referenced this pull request May 16, 2023
…ather than `int` (apache#35120)

### Rationale for this change

The spec is inconsistent -- see details on apache#35118 

### What changes are included in this PR?

Use `int32` to refer to 32-bit integers rather than `int`

### Are these changes tested?

No, only comments are changed

### Are there any user-facing changes?

This clarifies a small corner case in the document

* Closes: apache#35118
* Closes: apache#35118

Authored-by: Chunchun <14298407+appletreeisyellow@users.noreply.github.com>
Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>
rtpsw pushed a commit to rtpsw/arrow that referenced this pull request May 16, 2023
…it integers rather than `int` (apache#35213)

### Rationale for this change

There are more inconsistency of the spec format found  -- see details on the original issue apache#35118. apache#35120 is the first PR with the same fix.

### What changes are included in this PR?

Use `int32` to refer to 32-bit integers rather than `int`

### Are these changes tested?

No, only comments are changed

### Are there any user-facing changes?

This clarifies a small corner case in the document

* Closes: apache#35118

Authored-by: Chunchun <14298407+appletreeisyellow@users.noreply.github.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
Labels
awaiting merge Awaiting merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Format][FlightSQL] Spec refers to "int" type (which seems Java specific) rather than "int32"
5 participants