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

fix(rust, sql): error instead of panicking in sql if empty function #13691

Merged
merged 9 commits into from
Jan 14, 2024

Conversation

universalmind303
Copy link
Collaborator

@universalmind303 universalmind303 changed the title fix: error instead of panicking in sql if empty function fix(rust, sql): error instead of panicking in sql if empty function Jan 13, 2024
@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 13, 2024
@universalmind303 universalmind303 added the A-sql Area: Polars SQL functionality label Jan 13, 2024
crates/polars-sql/src/table_functions.rs Outdated Show resolved Hide resolved
crates/polars-sql/src/table_functions.rs Outdated Show resolved Hide resolved
crates/polars-sql/src/table_functions.rs Outdated Show resolved Hide resolved
crates/polars-sql/src/table_functions.rs Outdated Show resolved Hide resolved
@ritchie46 ritchie46 merged commit 268a843 into pola-rs:main Jan 14, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql Area: Polars SQL functionality fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_csv() with no args causes segfault
2 participants