Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qsv 0.106.0 #133112

Merged
merged 2 commits into from
Jun 14, 2023
Merged

qsv 0.106.0 #133112

merged 2 commits into from
Jun 14, 2023

Conversation

p-linnane
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
This release features the new [Polars](https://www.pola.rs/)-powered `sqlp` command which allows you to run SQL queries against CSVs.

Initial tests show that its performance is competitive with DuckDB and faster than DataFusion on identical SQL queries, and it just runs rings around pandasql.

It converts Polars SQL (a subset of ANSI SQL) queries to multi-threaded LazyFrames expressions and then executes them. This is a very powerful feature and allows you to do things like joins, aggregations, group bys, etc. on larger than memory CSVs. The sqlp command is still experimental and we are looking for feedback on it. Please try it out and let us know what you think.

Added

Changed

Full Changelog: dathere/qsv@0.105.1...0.106.0

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jun 7, 2023
@p-linnane
Copy link
Member Author

Needs #132584

@p-linnane p-linnane added in progress Stale bot should stay away build failure CI fails while building the software pending-rust-update Blocked by `rust` upgrade PR labels Jun 7, 2023
@chenrui333 chenrui333 added CI-requeued PR has been re-added to the queue and removed in progress Stale bot should stay away build failure CI fails while building the software pending-rust-update Blocked by `rust` upgrade PR labels Jun 14, 2023
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jun 14, 2023
@BrewTestBot BrewTestBot enabled auto-merge June 14, 2023 17:50
@BrewTestBot BrewTestBot added this pull request to the merge queue Jun 14, 2023
Merged via the queue into Homebrew:master with commit 97bffc8 Jun 14, 2023
@p-linnane p-linnane deleted the bump-qsv-0.106.0 branch June 14, 2023 19:52
@github-actions github-actions bot added the outdated PR was locked due to age label Jul 15, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. CI-requeued PR has been re-added to the queue outdated PR was locked due to age rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants