-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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-37246: [Java] expose VectorAppender class to offer support to append vector values #37247
GH-37246: [Java] expose VectorAppender class to offer support to append vector values #37247
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I see this in the Windows CI:
@davisusanibar can you file an issue to investigate this? |
Hmm, actually, that's not a failure, I suppose it's just debug log output. But somewhere that CI pipeline fails:
|
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 61bff28. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them. |
…o append vector values (apache#37247) ### Rationale for this change - To close apache#37246 ### What changes are included in this PR? - Expose VectorAppender class to offer support to append vector values ### Are these changes tested? - By TestVectorAppender ### Are there any user-facing changes? - No * Closes: apache#37246 Authored-by: david dali susanibar arce <[email protected]> Signed-off-by: David Li <[email protected]>
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?