Randy Gelhausen

Results 55 comments of Randy Gelhausen

I personally like [@kkraus14 's suggestion](https://github.com/rapidsai/cudf/issues/7414#issuecomment-781757796)

@miguelusque a potential workaround (once https://github.com/rapidsai/cudf/pull/7929 lands) would be concatting list elements w/ a token into a string and doing drop duplicates against the string column.

[Sorting within lists](https://github.com/rapidsai/cudf/pull/7657) is supported on GPU as well, so I think you'll be good once list->string concat is merged.

@miguelusque - a [related issue](https://github.com/rapidsai/cudf/issues/8079) to watch for the workaround

cc @harrism @jrhemstad re: an offline discussion from this week

>jvm instance is created before even creating a Context and rather is started as a result of the first import dask_sql .... is called thanks for confirming

It would be nice to support filters in `CREATE TABLE ... WITH` (CTW) statements, but the primary use case is for predicates supplied and applied "dynamically" at query time. A...

Generally, I think people see a SQL project and assume initially that it implements "all of SQL". For example, when we first started trying to integrate GPU support, devs here...