-
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
fix: mismatch in column count and value count #14417
fix: mismatch in column count and value count #14417
Conversation
Signed-off-by: Prakhar Gurunani <[email protected]>
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
|
@FirePing32 can you add a test for this as well? |
Signed-off-by: Prakhar Gurunani <[email protected]>
8114c03
to
0f32219
Compare
Signed-off-by: Prakhar Gurunani <[email protected]>
Signed-off-by: Prakhar Gurunani <[email protected]>
Signed-off-by: Prakhar Gurunani <[email protected]>
@dbussink The unit tests are failing. [BUG] should only be used for single tables I get this, but the test SQL query I have used only targets 1 table. |
Signed-off-by: Prakhar Gurunani <[email protected]>
go/test/endtoend/vtgate/queries/rowcolumncount/rowcolumncount_test.go
Outdated
Show resolved
Hide resolved
go/test/endtoend/vtgate/queries/rowcolumncount/rowcolumncount_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Prakhar Gurunani <[email protected]>
Signed-off-by: Prakhar Gurunani <[email protected]>
@GuptaManan100 @dbussink Please merge. |
Signed-off-by: Prakhar Gurunani <[email protected]>
Signed-off-by: Prakhar Gurunani <[email protected]>
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.
LGTM now! Thank-you for your contribution!
new bee |
Signed-off-by: Prakhar Gurunani <[email protected]>
Description
Checks if the column count is equal to the row value count
Related Issue(s)
fixes: #14322
Checklist