You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GpuSize work #1972 will fix the failing nightly tests, so we are going to merge it in fast, but there are a few things that should be fixed in follow on work.
cudf has an API to do exactly what we want. We should use that API instead of hacking together something ourselves.
The signature for the input parameters are not strictly correct. They are not technically wrong either. The problem is that they say that we can support anything as the child of a map or array, but we have not plumbed through a lot of things calendar interval, or UDT. For the types that we support we should either extend the tests to cover some examples of these, or we should remove them from the list of supported types. Just so we are cautious and also so our documentation is as accurate as possible.
On a side note I should have a PR up shortly for countElements so we can get this done ASAP.
The text was updated successfully, but these errors were encountered:
The GpuSize work #1972 will fix the failing nightly tests, so we are going to merge it in fast, but there are a few things that should be fixed in follow on work.
On a side note I should have a PR up shortly for
countElements
so we can get this done ASAP.The text was updated successfully, but these errors were encountered: