Samuel Colvin
Samuel Colvin
fix #82 To install: ```bash pip install git+https://github.com/pydantic/jiter.git@partial-json-partial-strings#subdirectory=crates/jiter-python ```
We need a new exception that subclasses `ValueError` and adds a `kind` attribute which is the name from: https://github.com/pydantic/jiter/blob/1fbedbfbcb86a767b9dd621d080f430528aebc33/crates/jiter/src/errors.rs#L6 and https://github.com/pydantic/jiter/blob/1fbedbfbcb86a767b9dd621d080f430528aebc33/crates/jiter/src/errors.rs#L189
### Describe the bug I'm running the following query: ```sql select span_name from records order by bit_length(attributes) desc limit 20 ``` And it's running out of memory with 20GB memory...
### Describe the bug Me again.. I'm getting a panic from https://github.com/apache/datafusion/blob/cafbc9ddceb5af8c6408d0c8bbfed7568f655ddb/datafusion/physical-expr/src/analysis.rs#L95 I'm not exactly sure yet what's causing it, I'll give more details when I get them. I must...
and I guess `pyproject.toml` and anywhere else we look for a token, e.g. it should have the same semantics in terms of finding a project as ```bash python -c 'import...
Fix https://github.com/pydantic/pydantic/issues/9496
We've been asked to modify/extend `lossless_floats` to support eager creating of `Decimal` rather than ` an instance of `LosslessFloat`. This should be as simple as another implementation of `MaybeParseNumber` and...
### Describe the bug Is it a bug? Is it a feature? No one has every really known 🤷 . We have an ID field which is really a u128,...
I think this is ready to review. ~~WIP to decide if we progress cc @alamb.~~ ~~This is based on #11132 since I need `Operator` to be non-copyable. If we decide...
### Describe the bug Maybe I'm doing something wrong with my union in [datafusion-functions-json](https://github.com/datafusion-contrib/datafusion-functions-json), but `is null` expressions never evaluate to true with the `JsonUnion` column. They behave as expected...