Removing packed_columns from TableChunk#840
Conversation
Signed-off-by: niranda perera <niranda.perera@gmail.com>
But this also means that spilling now uses |
Signed-off-by: niranda perera <niranda.perera@gmail.com>
…echunk_packed_cols
I don't understand why that would be required. If the backing store is |
True, but what is the point of this PR then? |
Signed-off-by: niranda perera <niranda.perera@gmail.com>
@madsbk Now there are only 2 storages, |
madsbk
left a comment
There was a problem hiding this comment.
Overall looks good, thanks @nirandaperera
Co-authored-by: Mads R. B. Kristensen <madsbk@gmail.com>
Signed-off-by: niranda perera <niranda.perera@gmail.com>
Signed-off-by: niranda perera <niranda.perera@gmail.com>
…era/rapidsmpf into remote_tablechunk_packed_cols
madsbk
left a comment
There was a problem hiding this comment.
Looks good @nirandaperera. I took the liberty of adding a host-to-device test and some docs.
|
/merge |
This PR removes the
packed_columnsclass member fromTableChunk.Now, if a
PackedDatais provided withDEVICE Buffer, it will be trivially unpacked and made available.