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

Add order by clause to ensure consistent ordering #119

Merged
merged 4 commits into from
Mar 20, 2024

Conversation

ericaporter
Copy link
Contributor

This PR attempts to fix an issue we have with periodic mismatching of checksums - which might be arising due to a lack of enforced ordering

@ericaporter ericaporter self-assigned this Mar 11, 2024

[select_clause, order_by_clause]
end

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I could extract these two methods and put them into a shared module

Copy link
Collaborator

Choose a reason for hiding this comment

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

That would be a nice to have :-)

Copy link
Collaborator

@asatwal asatwal left a comment

Choose a reason for hiding this comment

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

👍 LGTM


[select_clause, order_by_clause]
end

Copy link
Collaborator

Choose a reason for hiding this comment

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

That would be a nice to have :-)

@ericaporter ericaporter force-pushed the update-checksum-ordering branch from 712b3a6 to b398102 Compare March 18, 2024 15:19
@ericaporter ericaporter force-pushed the update-checksum-ordering branch from b398102 to 6c79743 Compare March 18, 2024 15:20
Copy link
Collaborator

@asatwal asatwal left a comment

Choose a reason for hiding this comment

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

👍 LGTM

@ericaporter ericaporter merged commit d45fc84 into main Mar 20, 2024
7 checks passed
@ericaporter ericaporter deleted the update-checksum-ordering branch March 20, 2024 10:30
@ericaporter ericaporter mentioned this pull request Mar 22, 2024
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