MINOR: [Java] ArrowBuf#setOne should have int64 params#14911
MINOR: [Java] ArrowBuf#setOne should have int64 params#14911lidavidm merged 2 commits intoapache:masterfrom
Conversation
| * @return this ArrowBuf | ||
| */ | ||
| public ArrowBuf setOne(int index, int length) { | ||
| public ArrowBuf setOne(long index, long length) { |
There was a problem hiding this comment.
Could we leave behind an @Deprecated version of this with the original signature, then remove it in v12?
|
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. |
`ArrowBuf#setOne` should have int64 params Authored-by: 郭峰 <[email protected]> Signed-off-by: David Li <[email protected]>
ArrowBuf#setOneshould have int64 params