Will Eaton
Will Eaton
In larger parquet datasets it is extremely common for them to be file or object path partitioned, ie: ``` s3://bucket/my-data/year=2019/month=10/datafile-01.parquet ``` It doesn't seem like `polars` is currently partition-aware when...
I have a use-case where I'd like to keep track of a limited amount of global state across invocations of the same filter, for example, keeping track of the number...
Ran across this bug today when using fake HTML tags for emphasis nbconflux will fail to publish. example markdown below: `### My Title `
### Would you like to work on this feature? maybe ### What problem are you trying to solve? When trying to limit the scope of permissions required for a controller,...
Hello, I'm currently maintaining [python bindings for sqlparser-rs](https://github.com/wseaton/sqloxide), was wondering if you'd accept a PR to link back to them through the readme? Based on my rudimentary benchmarks they are...
Now might be a good time to switch to maturin, since setuptools-rust is no longer commonly used for bindings projects. May also be able to limit the amount of wheels...
In https://github.com/apache/arrow/pull/11538 support for writing to parquet files will get merged into upstream arrow for golang, does it make sense to drop use of the pure go parquet library? The...
The INT64 Go type is being used in a lot of places, which translates to the [UINT_64 logical type in parquet](https://github.com/xitongsys/parquet-go). This type is incompatible w/ Spark
## Description forwards context from the parsed model config object to the Airflow `TaskInstance` `Context` so it is available in callback functions ## Related Issue(s) closes #698 ## Breaking Change?...
Add tool calling parser support for `ibm-granite/granite-20b-functioncalling`. Also adds an example chat template that is based off of the [granite fc paper](https://arxiv.org/abs/2407.00121).