Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: Make fewer copies when building a string array #5503

Merged
merged 2 commits into from
Aug 13, 2024

Commits on Aug 12, 2024

  1. fix: Make fewer copies when building a string array

    "In the last few months a performance degradation has crept in when
    processing flux. One possible cause was the changes that were made
    to the way string arrays were built, which always built a full array
    even if it would ultimately not be needed. This change ensures that
    a full arrow array is only created when necessary.
    mhilton committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8808e0c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    dcba04a View commit details
    Browse the repository at this point in the history