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

Remove more usages of columns #1046

Merged
merged 9 commits into from
Nov 15, 2024
Merged

Remove more usages of columns #1046

merged 9 commits into from
Nov 15, 2024

Conversation

Tang8330
Copy link
Contributor

No description provided.

@Tang8330 Tang8330 marked this pull request as ready for review November 15, 2024 06:41
@Tang8330 Tang8330 requested a review from a team as a code owner November 15, 2024 06:41
assert.Equal(d.T(), 0, len(snowflakeTc.ReadOnlyColumnsToDelete()), snowflakeTc.ReadOnlyColumnsToDelete())
assert.Equal(d.T(), 0, len(bqTc.ReadOnlyColumnsToDelete()), bqTc.ReadOnlyColumnsToDelete())
assert.Equal(d.T(), 0, len(redshiftTc.ReadOnlyColumnsToDelete()), redshiftTc.ReadOnlyColumnsToDelete())
assert.Len(d.T(), snowflakeTc.GetColumns(), 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could do assert.Empty()

@Tang8330 Tang8330 merged commit e034281 into master Nov 15, 2024
3 checks passed
@Tang8330 Tang8330 deleted the remove-more-columns branch November 15, 2024 16:15
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.

2 participants