Andy Grove
Andy Grove
Release has been completed
I created https://github.com/andygrove/homebrew-bdt but this does not seem to be working. In theory a user could run: ```shell brew tap andygrove/bdt brew install bdt ``` For me, this fails with:...
Here is the updated proposal for how this will work: We can use a GitHub action to push to ghcr.io when we push release tags to the repo. When we...
@avantgardnerio fyi
Thanks @avantgardnerio. I assume that this is too much to try and get into 0.10.0 (planning on releasing this in the next few days), so I have tagged this for...
Unfortunately, I do not have the Python skills to answer the question. I think we can learn from how Dask does this? I wonder if @jdye64 can offer any high-level...
Another approach here is to implement a custom executor process that wraps Ballista and takes care of registering custom Python code as UDFs so that we don't have to worry...
Here are some examples, showing input and expected output. ``` # Example 1: Mixed primitive types in struct INPUT: { "a": "123" } { "a": 123 } EXPECTED: +-----------+ |...
There is a separate use case for arrays where the array element type differs between records. Spark infers the type as `Array` in this case. This is not necessarily a...
For all the examples in https://github.com/rapidsai/cudf/issues/14239#issuecomment-1845680168, I see the correct results with https://github.com/rapidsai/cudf/pull/14936. For the mixed array example in https://github.com/rapidsai/cudf/issues/14239#issuecomment-1845685377 I still do not see the correct results, so I...