Samuel Colvin

Results 326 issues of Samuel Colvin

## Rollout We're gradually rolling out queries to the new database now. If you're affected, you'll see a banner like this: **If you notice queries taking longer or returning errors...

I'm about to start a new project (an open source event/ticketing platform) I obviously want to use aiohttp but I have a few questions/requests about long term support and security....

enhancement
meta

### Describe the bug You can trivial cause datafusion to use any amount of memory by simply running ```sql select generate_series(9876543210); ``` Memory management functionality, e.g. [`MemoryPool`](https://docs.rs/datafusion/latest/datafusion/execution/memory_pool/trait.MemoryPool.html) does't seem to...

bug

See https://github.com/encode/httpx/blob/1bf1fc0ea8417c8e539914aeafdb48f15591ba75/httpx/_client.py#L641 Both on `main` and v0.27.2 `mounts` is not documented in the docstring above, unlike other arguments. 🙏

Step towards #1430. I personally think this should make it much easier to add more flags to dialects. But I can see it might not be to everyone's taste. So...

TL;DR; — I want to stop `Parser` from referring to specific dialects, and instead consult the dialect about specific behaviour. In particular, use of `dialect_of` and custom dialect behaviour in...

I've had (what I think is) a very clever idea to improve SQL (bare with me, I know that sounds mad 😱). It's as simple as this: we move the...

if we care about performance, we should stop using dynamic dispatch and make the parser generic around the dialect, with that we could make lots of these methods `const` (or...

So far we have OpenAI and Gemini, adding Anthropic seems a pretty obvious next step. I don't think there are any other models we need to add to the core...

enhancement
new models