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

Make Settings._columns_used_by_comparisons unquoted #2532

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

ADBond
Copy link
Contributor

@ADBond ADBond commented Nov 28, 2024

We only use this in one place: Settings._additional_column_names_to_retain, and we immediately wrap them as InputColumns and unquote them anyhow.

So instead, return Settings._columns_used_by_comparisons as unquoted column names, and skip the wrapping altogether.

we only use this in `_additional_column_names_to_retain`, and we immediately wrap and unquote them anyhow. So skip that whole step
@ADBond ADBond merged commit 909e111 into master Nov 28, 2024
25 checks passed
@ADBond ADBond deleted the maint/simplify-comparison-columns branch November 28, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant