Devavret Makkar
Devavret Makkar
Contributes to #10186 This PR enables lexicographic comparisons between list columns. The comparison is robust to arbitrary levels of nesting, but does not yet support lists of (lists of...) structs....
When reading the statistics for an ORC file written by cuDF, the result for sum is wrong when read using cuDF and absent when using pyorc. ```python In [1]: import...
There have been several requests to enable row operators on nested types. This issue is to track all related issues as a story. There are three types of row operators...
So that kernels made for one context don't run on another.
Currently the bulk APIs are host calls which operate on one map. We have a use case where we have multiple small maps defined on a slice of pre-allocated slot...
`cudf::table` does not handle the case where the data is empty but size is non-zero. This resulted in a bug when running queries with a count(*) with presto-cudf because the...