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

MINOR: [Java] ArrowBuf#setOne should have int64 params #14911

Merged
merged 2 commits into from
Dec 12, 2022

Conversation

gf2121
Copy link
Contributor

@gf2121 gf2121 commented Dec 11, 2022

ArrowBuf#setOne should have int64 params

@gf2121 gf2121 changed the title MINOR: ArrowBuf#setOne should have int64 params MINOR: [Java] ArrowBuf#setOne should have int64 params Dec 11, 2022
@@ -1184,7 +1184,7 @@ public ArrowBuf setZero(long index, long length) {
* @param length length of bytes to set.
* @return this ArrowBuf
*/
public ArrowBuf setOne(int index, int length) {
public ArrowBuf setOne(long index, long length) {
Copy link
Member

Choose a reason for hiding this comment

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

Could we leave behind an @Deprecated version of this with the original signature, then remove it in v12?

@lidavidm lidavidm merged commit 6f86fce into apache:master Dec 12, 2022
@ursabot
Copy link

ursabot commented Dec 13, 2022

Benchmark runs are scheduled for baseline = 34672cb and contender = 6f86fce. 6f86fce 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% ⚠️ Contender and baseline run contexts do not match] ec2-t3-xlarge-us-east-2
[Finished ⬇️0.0% ⬆️0.0%] test-mac-arm
[Finished ⬇️0.0% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.0% ⬆️0.0%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] 6f86fce8 ec2-t3-xlarge-us-east-2
[Finished] 6f86fce8 test-mac-arm
[Finished] 6f86fce8 ursa-i9-9960x
[Finished] 6f86fce8 ursa-thinkcentre-m75q
[Finished] 34672cb2 ec2-t3-xlarge-us-east-2
[Finished] 34672cb2 test-mac-arm
[Finished] 34672cb2 ursa-i9-9960x
[Finished] 34672cb2 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

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.

3 participants