Tags: vortex-data/vortex
Tags
Add advisory semver checks to CI (#5645) Also allow for custom pre-release drafts. --------- Signed-off-by: Nicholas Gates <[email protected]>
FIx java bindings packaging (#5008) Seems to work [here](https://github.com/vortex-data/vortex/actions/runs/18659973729/job/53197925411). My general thinking is that `setup-protoc` runs on the provided `container` config that's required only for the JNI build. That image lacks unzip, so we just install it. Signed-off-by: Adam Gutglick <[email protected]>
Dispatch each I/O request (#4464) An attempt at short-term fix for #4400 The coalescing driver was spawned as a single task, and so landed on a single thread of the I/O dispatcher regardless of how many threads you gave it. This PR spawns each read request to allow other threads a chance to play ball. The reason the Polars patch doesn't work is that we need to continue to dispatch work in order to provide a Tokio runtime within non-Tokio clients, such as DuckDB. This is a bigger change as part of #4406
PreviousNext