Skip to content

Conversation

@liyafan82
Copy link
Contributor

Unlike other fixed width vectors, DecimalVectors have some APIs that directly manipulate an ArrowBuf (e.g. void set(int index, int isSet, int start, ArrowBuf buffer).

After supporting 64-bit ArrowBufs, we need to adjust such APIs so that they work properly.

@github-actions
Copy link

@emkornfield
Copy link
Contributor

+1 LGTM.

kszucs pushed a commit that referenced this pull request Oct 19, 2020
Unlike other fixed width vectors, DecimalVectors have some APIs that directly manipulate an ArrowBuf (e.g. `void set(int index, int isSet, int start, ArrowBuf buffer)`.

After supporting 64-bit ArrowBufs, we need to adjust such APIs so that they work properly.

Closes #8455 from liyafan82/fly_1012_dec

Authored-by: liyafan82 <[email protected]>
Signed-off-by: Micah Kornfield <[email protected]>
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
Unlike other fixed width vectors, DecimalVectors have some APIs that directly manipulate an ArrowBuf (e.g. `void set(int index, int isSet, int start, ArrowBuf buffer)`.

After supporting 64-bit ArrowBufs, we need to adjust such APIs so that they work properly.

Closes apache#8455 from liyafan82/fly_1012_dec

Authored-by: liyafan82 <[email protected]>
Signed-off-by: Micah Kornfield <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants