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

Data Explorer: Relax DuckDB post-query checks to allow queries past the end of tables #5644

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

wesm
Copy link
Contributor

@wesm wesm commented Dec 6, 2024

Addresses #5552. The frontend in some of its UI calculations requests the first 10 rows of data, but there may not be 10 rows available. It might be good to improve the UI logic, but in the meantime there is no reason to error when a query requests beyond the end of the table.

@wesm wesm merged commit c46e44b into main Dec 6, 2024
5 checks passed
@wesm wesm deleted the bug/duckdb-small-csv-files branch December 6, 2024 17:42
@github-actions github-actions bot locked and limited conversation to collaborators Dec 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant