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

Use arrow::LargeStringArray in trivial_tensor_t to store data larger than 2GB #2999

Merged
merged 2 commits into from
Jul 11, 2023

Conversation

acezen
Copy link
Collaborator

@acezen acezen commented Jul 11, 2023

What do these changes do?

Replace arrow::StringArray with arrow::LargeStringArray in trivial_tensor_t which can store data larger than 2GB

Related issue number

Fixes #2998

…nsor_t

Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>
@acezen acezen requested a review from sighingnow July 11, 2023 03:36
@codecov-commenter
Copy link

codecov-commenter commented Jul 11, 2023

Codecov Report

Merging #2999 (246fa2d) into main (27219d8) will increase coverage by 31.52%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2999       +/-   ##
===========================================
+ Coverage   42.38%   73.91%   +31.52%     
===========================================
  Files          99       99               
  Lines       10687    10698       +11     
===========================================
+ Hits         4530     7907     +3377     
+ Misses       6157     2791     -3366     

see 59 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27219d8...246fa2d. Read the comment docs.

@sighingnow sighingnow merged commit 64dd6cd into alibaba:main Jul 11, 2023
22 of 24 checks passed
@sighingnow sighingnow deleted the acezen/string-tensor-context branch July 11, 2023 06:44
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.

[BUG] tensor context can not hold string result large than 2GB
3 participants