Skip to content

Conversation

@liyafan82
Copy link
Contributor

See https://issues.apache.org/jira/browse/ARROW-13544

According to the discussion in #10864 (comment), we want to split the task into multiple parts.

This PR is for the changes related to ArrowBuf

@github-actions
Copy link

) {
int [] intValues = new int [] {Integer.MAX_VALUE, Integer.MIN_VALUE, 0};
for (int val : intValues) {
buf.clear();
Copy link
Contributor

Choose a reason for hiding this comment

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

given these changes, I think maybe we should keep clear() and remove all the rest. adding more calls for readerIndex and writeIndex seems like it is moving in the wrong direction.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sounds good. I have revised the PR to preserve the method.

@emkornfield
Copy link
Contributor

CC @jacques-n not sure if there is a current point of contact at dremio, but I'm incline to start removing the deprecated methods here that were used as a crutch for some prior cleanup. I'll merge early next week unless there are objections.

@jacques-n
Copy link
Contributor

CC @jacques-n not sure if there is a current point of contact at dremio, but I'm incline to start removing the deprecated methods here that were used as a crutch for some prior cleanup. I'll merge early next week unless there are objections.

I'd suspect that @vvellanki, @laurentgo, @StevenMPhillips and @pravindra should be able to provide better insights on these objections.

@laurentgo
Copy link
Contributor

@emkornfield you should proceed. We had enough time to modify our own code, and if we still have some references left, that's on us.

ViniciusSouzaRoque pushed a commit to s1mbi0se/arrow that referenced this pull request Oct 20, 2021
…hanges to ArrowBuf)

See https://issues.apache.org/jira/browse/ARROW-13544

According to the discussion in apache#10864 (comment), we want to split the task into multiple parts.

This PR is for the changes related to `ArrowBuf`

Closes apache#10901 from liyafan82/fly_0810_dep

Authored-by: liyafan82 <fan_li_ya@foxmail.com>
Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
…hanges to ArrowBuf)

See https://issues.apache.org/jira/browse/ARROW-13544

According to the discussion in apache#10864 (comment), we want to split the task into multiple parts.

This PR is for the changes related to `ArrowBuf`

Closes apache#10901 from liyafan82/fly_0810_dep

Authored-by: liyafan82 <fan_li_ya@foxmail.com>
Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
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.

4 participants