Dan King
Dan King
I think we resolved this in #1327 and #1351. #1327 switched the predicate/mask argument of `filter` to `FilterMask`. I'll close but obviously re-open if there's more work to do! I...
I'm gonna try making the Validity metadata for Structs much smaller.
We might eventually want to squeeze all metadata into 32-bits. We can reserve 0xffffffff to indicate that the metadata has spilled into a buffer.
# RunEnd remove length, dtype => ptype (it has to be an int). ``` pub struct RunEndMetadata { validity: ValidityMetadata, ends_dtype: DType, num_runs: usize, offset: usize, length: usize, } ```...
Three relevant PRs: 1. https://github.com/spiraldb/vortex/pull/956 2. https://github.com/spiraldb/vortex/pull/955 3. https://github.com/spiraldb/vortex/pull/951
We seem to be settling into hand-written benchmark code a la tpc-h and click bench. Should we close / re-focus this issue?
I just ran into this today. I think Polars is explicitly disabling cross-referencing on DataFrame because it is listed as `:noindex:`. There's some detail at https://github.com/sphinx-doc/sphinx/issues/7052 . I think we...
Sadly autodoc does not support :noindexentry: https://github.com/sphinx-doc/sphinx/issues/10222. The only way forward is for polars to not use `:noindex:` in its autodoc entries. This may result in duplicate entries if, for...
Vaguely related issue: https://github.com/samtools/hts-specs/issues/419
Is there appetite for modifying the spec to be unambiguous? I appreciate folks may be loathe to add more complexity. We had a quick spitball over here and think trailing...