lidavidm commented on code in PR #14911:
URL: https://github.com/apache/arrow/pull/14911#discussion_r1045978116


##########
java/memory/memory-core/src/main/java/org/apache/arrow/memory/ArrowBuf.java:
##########
@@ -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) {

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



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to