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

GH-40930: [Java] Implement a function to retrieve reference buffers in StringView #41796

Merged
merged 2 commits into from
May 24, 2024

Conversation

vibhatha
Copy link
Collaborator

@vibhatha vibhatha commented May 23, 2024

Rationale for this change

This PR includes a minor changes to the getBuffers method in BaseVariableWidthViewVector.

What changes are included in this PR?

Previously the fixed buffers were the only ones returned from this method because of lack of clarity in the initial implementation stage. In this PR, it includes the variadic buffers to the result. A test case has also being added.

Are these changes tested?

Yes

Are there any user-facing changes?

No

@vibhatha
Copy link
Collaborator Author

I didn't expect this change to be very trivial when I created the issue while working on the StringView core PR. Am I missing anything here?

cc @lidavidm

@vibhatha vibhatha self-assigned this May 23, 2024
@vibhatha vibhatha marked this pull request as ready for review May 23, 2024 13:45
@vibhatha vibhatha requested a review from lidavidm as a code owner May 23, 2024 13:45
@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels May 24, 2024
@lidavidm lidavidm merged commit 8a76082 into apache:main May 24, 2024
17 checks passed
@lidavidm lidavidm removed the awaiting merge Awaiting merge label May 24, 2024
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 8a76082.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 54 possible false positives for unstable benchmarks that are known to sometimes produce them.

vibhatha added a commit to vibhatha/arrow that referenced this pull request May 25, 2024
…fers in StringView (apache#41796)

### Rationale for this change

This PR includes a minor changes to the `getBuffers` method in `BaseVariableWidthViewVector`. 

### What changes are included in this PR?

Previously the fixed buffers were the only ones returned from this method because of lack of clarity in the initial implementation stage. In this PR, it includes the variadic buffers to the result. A test case has also being added. 

### Are these changes tested?

Yes

### Are there any user-facing changes?

No
* GitHub Issue: apache#40930

Authored-by: Vibhatha Lakmal Abeykoon <vibhatha@gmail.com>
Signed-off-by: David Li <li.davidm96@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.

None yet

2 participants