-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
implement --max-report-sample-rows
for VDiff
#14437
implement --max-report-sample-rows
for VDiff
#14437
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
--max-vdiff-report-rows
for VDiff--max-report-sample-rows
for VDiff
91fc1f0
to
d7948fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good! We just need to trim the changes down and consider the vitess decision to avoid unsigned values in almost all cases.
Signed-off-by: Matthias Crauwels <[email protected]>
Signed-off-by: Matthias Crauwels <[email protected]>
Signed-off-by: Matthias Crauwels <[email protected]>
Signed-off-by: Matthias Crauwels <[email protected]>
Signed-off-by: Matthias Crauwels <[email protected]>
Signed-off-by: Matthias Crauwels <[email protected]>
Signed-off-by: Matthias Crauwels <[email protected]>
53fc130
to
736bafe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only had a couple of minor nits about types and names. Let me know if I'm missing something or you disagree.
Otherwise if you can make those last changes then I'll approve and have Rohit review tomorrow when we are working together. ❤️
Signed-off-by: Matthias Crauwels <[email protected]>
Signed-off-by: Matthias Crauwels <[email protected]>
I removed the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, @mcrauwel!
Signed-off-by: Rohit Nayak <[email protected]>
Triggering rebuild because one of the required tests refused to run. |
Signed-off-by: Matthias Crauwels <[email protected]> Signed-off-by: Rohit Nayak <[email protected]> Co-authored-by: Rohit Nayak <[email protected]>
Description
implement
--max-report-sample-rows
for VDiff to allow more than 10 rows to be displayed in the VDiff reportRelated Issue(s)
Fixes #14323
Checklist
Deployment Notes