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

[Python] Fix issue causing an exception when creating a duckdb.StarExpression without an exclude_list #13881

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

Tishj
Copy link
Contributor

@Tishj Tishj commented Sep 11, 2024

This PR fixes #13851

@Mytherin Mytherin merged commit 8c4435d into duckdb:main Sep 11, 2024
15 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Sep 25, 2024
Fix issue with cgroups/slurm variables: skip if memory limit cannot be parsed, and only run this on Linux (duckdb/duckdb#13879)
[Python] Fix issue causing an exception when creating a `duckdb.StarExpression` without an `exclude_list` (duckdb/duckdb#13881)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Sep 25, 2024
Fix issue with cgroups/slurm variables: skip if memory limit cannot be parsed, and only run this on Linux (duckdb/duckdb#13879)
[Python] Fix issue causing an exception when creating a `duckdb.StarExpression` without an `exclude_list` (duckdb/duckdb#13881)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

duckdb.ColumnExpression("*") results in TypeError
2 participants