VTOrc Standardisation and Cleanup#11416
Conversation
Signed-off-by: Manan Gupta <manan@planetscale.com>
Signed-off-by: Manan Gupta <manan@planetscale.com>
Signed-off-by: Manan Gupta <manan@planetscale.com>
Signed-off-by: Manan Gupta <manan@planetscale.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
shlomi-noach
left a comment
There was a problem hiding this comment.
Looks good -- only thing is to verify that github.com/openark/golib/sqlutils is equal to the local golib/sqlutils package. I have a vague memory that it is -- I believe I synced it a couple years ago, but I'm not entirely sure.
|
he sqlutils package, instead of being stored in the repo is not stored as a go-mod dependency. |
|
LGTM .. same concern that you have pointed out .. is there a way to verify if openark/sqlutils is similar functionally to golib/sqlutils ? |
|
I did a diff between our sqlutils and sqlutils from openark - The only differences are the |
|
Given that the packages are the same, I am going ahead and merging this PR. |
Description
This PR removes the storage of the external dependencies of VTOrc locally.
zkandutilpackages were unused after the cleanup in VTOrc Cleanup - Configs, APIs and old UI #11356testpackage has been changed with therequirepackage.sqlutilspackage, instead of being stored in the repo is now stored as a go-mod dependency.Related Issue(s)
Checklist
Deployment Notes