Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Fix consumption of CPU-backed interchange protocol dataframes #11392
Fix consumption of CPU-backed interchange protocol dataframes #11392
Changes from 44 commits
ca971da
a39281b
f87f232
fc1647a
b7b3d76
41d0381
1b92423
7095878
01bd01e
28d12db
47eea3c
8d53832
a558088
5fae833
988443d
d8d545e
817bcf1
ff61af7
092d20c
287756a
f95fd4b
c05790c
f92d742
c3a83c2
835d439
cb9c059
9602fba
1290afc
022991d
4fd41e2
98c8035
9ccd440
f1cb5cb
2a5859d
1ec350d
ecd91d2
48c7e7d
e4d1d4f
2525790
e0f3275
99e7c65
0837055
f48422f
138b4d2
e90fe68
0ac28ed
862f587
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Strings columns in the protocol are composed of a
uint8
buffer ofdata
(chars) and anint
buffer ofoffsets
. Thedata
column has a distinct type ID (21
) that we previously didn't handle.As a clarifying example, look at the buffers returned by a Pandas dataframe containing a single string column: