Adam Gutglick

Results 60 comments of Adam Gutglick

We don't have that sort of UDF, but mostly because no one asked for it! I'll put something together, seems very useful to have as part of the DataFusion integration,...

We also release a [tui tool](https://docs.rs/crate/vortex-tui/latest) that makes debugging files pretty nice, but isn't as scalable if you're trying to look at many files at once.

I would have to take a look at everything to figure what how to integrate it, if you want to get started go ahead I'm spread a bit thin at...

The code seems very straight forward, I don't think there's anything wrong there. If there's an issue here its on the Vortex side. I would have to take a deeper...

Its been a few weeks since our last release, I hope we can get one out today/early next week and benchmark again. Is this data that you're able to share?...

I pulled another colleague to take a look, seems like we have some cases where strings end up compressing in a way that doesn't work well for these mass decompressions....

I'm not sure the `cargo hack` matrix fails here in CI, because the exact same command seems to work well locally.

That might be it, I'll try in in a second PR because looking at previous PRs this step basically always fails.

Found this fix - https://github.com/TrueLayer/reqwest-middleware/pull/250