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 error in dropping columns in benchmarking db #365

Conversation

yaseminbridges
Copy link
Contributor

The column names to be dropped were being passed to the DuckDB statement as a single string, this fix ensures they are separate strings contained in a tuple

@yaseminbridges yaseminbridges self-assigned this Oct 20, 2024
@yaseminbridges yaseminbridges linked an issue Oct 20, 2024 that may be closed by this pull request
@yaseminbridges yaseminbridges merged commit 97f7eb0 into main Oct 20, 2024
5 checks passed
@yaseminbridges yaseminbridges deleted the 364-fix-error-in-naming-columns-to-drop-from-table-in-benchmarking branch November 7, 2024 13:55
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.

Fix error in naming columns to drop from table in benchmarking
1 participant