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(memtable): ensure that constructing an empty memtable from a dataframe works #10945

Merged
merged 2 commits into from
Mar 6, 2025

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Mar 6, 2025

Closes #10940.

@cpcloud cpcloud added the bug Incorrect behavior inside of ibis label Mar 6, 2025
@github-actions github-actions bot added the tests Issues or PRs related to tests label Mar 6, 2025
@cpcloud cpcloud force-pushed the empty-memtable branch 2 times, most recently from ccb7b58 to 059ad31 Compare March 6, 2025 14:25
@github-actions github-actions bot added the pyspark The Apache PySpark backend label Mar 6, 2025
@cpcloud cpcloud force-pushed the empty-memtable branch 2 times, most recently from ad4f48c to 71d30cd Compare March 6, 2025 15:49
@cpcloud cpcloud added the ci-run-cloud Run BigQuery, Snowflake, Databricks, and Athena backend tests label Mar 6, 2025
@ibis-docs-bot ibis-docs-bot bot removed the ci-run-cloud Run BigQuery, Snowflake, Databricks, and Athena backend tests label Mar 6, 2025
@cpcloud cpcloud force-pushed the empty-memtable branch 2 times, most recently from daaa975 to 00a1af1 Compare March 6, 2025 19:06
@cpcloud cpcloud merged commit 29c796a into ibis-project:main Mar 6, 2025
89 checks passed
@cpcloud cpcloud deleted the empty-memtable branch March 6, 2025 20:01
@NickCrews
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior inside of ibis pyspark The Apache PySpark backend tests Issues or PRs related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: ibis.memtable([], schema={"a": "int64"}).execute() errors, should give empty table
2 participants