Phillip Cloud

Results 993 comments of Phillip Cloud

Ok, the aggregate darwin build is now passing locally for me. As long as it eventually becomes green here, I'll merge this PR in.

You have to update your nixpkgs. There was a rename of cython < 3 to cython that makes it infeasible to support versions of nixpkgs prior to the rename.

Definitely would like to include snapshots in this.

Also open to approaches that enable this without the churn, just mentioned the one in the issue description as a possible one.

I commented on the PR (https://github.com/ibis-project/ibis/pull/9003#issuecomment-2064032794). Let's continue the discussion over there.

Can you give the location in the code where this needs to happen, and maybe a more specific description of what you want done?

`group_concat` is another operation where this would make sense, along with the `first` and `last` aggregate functions. I think we should add them on a case by case basis for...

Before we go down this path, let's consider whether the general approach is going to work for all the varieties of table like things one may want. There are tables,...