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

NO-SNOW: Two minor changes that address PR comments and fix code format #679

Merged
merged 14 commits into from
Feb 21, 2024

Conversation

sfc-gh-tzhang
Copy link
Contributor

@sfc-gh-tzhang
Copy link
Contributor Author

@sfc-gh-tjones @sfc-gh-afedorov FYI

@@ -231,7 +231,7 @@ public boolean equals(Object o) {
if (this == o) return true;
if (o == null || getClass() != o.getClass()) return false;
FileColumnProperties that = (FileColumnProperties) o;
return Objects.equals(columnOrdinal,that.columnOrdinal)
return Objects.equals(columnOrdinal, that.columnOrdinal)
Copy link
Collaborator

Choose a reason for hiding this comment

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

My recent format.sh script suggested me these changes as well.
ahh do you know why it passed in previous PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not really, i don't know why it passed the format gate

Copy link
Collaborator

@sfc-gh-japatel sfc-gh-japatel left a comment

Choose a reason for hiding this comment

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

lgtm! I will let you push first to not have my PR bloated up.
FYI: testFlushHelper is failing

@sfc-gh-tzhang sfc-gh-tzhang merged commit 63eda37 into master Feb 21, 2024
12 checks passed
@sfc-gh-tzhang sfc-gh-tzhang deleted the tzhang-si-overflow branch February 21, 2024 01:20
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.

4 participants