Dave Hirschfeld

Results 518 comments of Dave Hirschfeld

I can't see this issue in the [Roadmap](https://github.com/Azure/secrets-store-csi-driver-provider-azure/projects/1) so I just wanted to check if there are any plans to add this? It would be very valuable for our workflows...

Hi @nilekhc, Thanks for reaching out. 11am EST might be a bit tough as that's 2am here (AEST)! I'm happy to answer any questions here, or in a discussion if...

> What makes you think the `DISTINCT ON` should be evaluated _after_ the `ORDER BY`? For me, the whole point of `distinct on` is syntatic sugar to filter a table...

What you have to do without `DISTINCT ON` to get the max/min `b` per group (`a`): ![image](https://user-images.githubusercontent.com/881019/216977015-8d4fbaf9-d213-452d-898d-09a7fa4ce5be.png)

Sorry, bad example. I think you can't use `max` where you want to get the value of other columns, not in the `GROUP BY`? I think it might also not...

Thanks, that's good to know! I'm just getting started out with `duckdb` so I'm still figuring things out. That's in fact how I ended up here - I was looking...

From reading this issue, my understanding is that, at present, the only way to pass a `pyarrow.Table` to `perspective` is to first convert it to a binary buffer as shown...

If I manually populate the database the channel listing appears to work: ![image](https://user-images.githubusercontent.com/881019/209740819-65b7318e-c996-46b7-9448-1a259d375d53.png) ...but drilling down into any channel fails with the frontend only looking for the first part of...

In my own implementation the namespaces were implemented as physical folders. If the backend storage supports folders that might also be possible in `quetz`? Alternatively, I guess the channel name...

``` Solving environment (_test_env): ...working... failed WARNING: failed to get install actions, retrying. exception was: Unsatisfiable dependencies for platform linux-64: {MatchSpec("warp==2.0.0dev0=h6efa04d_0"), MatchSpec("6.0")} Encountered problems while solving: - nothing provides dotnet...