Caleb Hattingh

Results 29 issues of Caleb Hattingh

The sqlite option SQLITE_ENABLE_DBSTAT_VTAB enables the `dbstat` virtual table that can show table sizes. The Python on my distro (Mint) was linked to a sqlite that had been compiled with...

https://github.com/quickwit-oss/tantivy/blob/main/src/directory/footer.rs#L104

enhancement
rust
feature-parity

https://docs.python.org/3.13/library/stdtypes.html#class.__static_attributes__

# Overview When upgrading tantivy from 0.21 to 0.22 (used within tantivy-py), we observed a performance regression in **query parsing**. Rolling back resolved the issue. The issue occurred with queries...

Now that openssl is vendored following #401, it would be a good idea to inject dependency information into the executable during the build process: https://github.com/rust-secure-code/cargo-auditable Tools can scan all the...

Quick recap: we're trying to solve the very confusing problem of `delete_documents(, )` not applying query parsing rules like tokenization to ``. This is a bit of a footgun currently...

Polars has a plugin design that allows separate plugins to be installed and used at runtime. - https://github.com/pola-rs/pyo3-polars?tab=readme-ov-file#1-shared-library-plugins-for-polars - https://docs.pola.rs/user-guide/expressions/plugins/ ![image](https://github.com/user-attachments/assets/4783b8b2-755f-4682-a8d9-576a20ea8355) Perhaps we can mimic their design and allow additional...

maintainers
rust

### Describe the bug, including details regarding any error messages, version, and platform. This issue was first posed as a question in #30302. I repeat the text here for convenience....

Type: bug
Component: Parquet
Component: C++
Component: Python