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

VDiff: Add BIT datatype to list of byte comparable types #8401

Merged
merged 3 commits into from
Jul 14, 2021

Conversation

rohit-nayak-ps
Copy link
Contributor

@rohit-nayak-ps rohit-nayak-ps commented Jun 29, 2021

Description

Fixed an issue in VDiff, which was failing for columns of the BIT data type since it was not part of the comparable types in NullsafeCompare().

Couple of additional changes found during testing:

  • CreateKeyspace fails randomly in CI. Added additional logging to debug this if it happens again
  • Fix for a regression introduced where an error was being checked late in vdiff, causing a panic on accessing the returned object.

Signed-off-by: Rohit Nayak rohit@planetscale.com

Related Issue(s)

Checklist

  • Tests were added or are not required
  • Documentation was added or is not required

Signed-off-by: Rohit Nayak <rohit@planetscale.com>
…rable

Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
@deepthi deepthi merged commit 4681606 into vitessio:main Jul 14, 2021
@deepthi deepthi deleted the rn-vdiff-bit branch July 14, 2021 23:39
rohit-nayak-ps added a commit that referenced this pull request Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants