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

Proper merge of the SysTableTableName fields when joining two routes #8771

Merged
merged 1 commit into from
Sep 7, 2021

Conversation

frouioui
Copy link
Member

@frouioui frouioui commented Sep 6, 2021

Description

This pull request fixes an issue that is encountered when v3 joins two routes that have SysTableTableName fields. v3 was not merging the two maps resulting in errors like the one below:

ERROR 1105 (HY000) at line 1: target: keyspace1.0.primary: vttablet: rpc error: code = InvalidArgument desc = missing bind var table_name (CallerID: userData1)

A plan test was added through this pull request to reproduce the issue.

Related Issue(s)

Checklist

  • Should this PR be backported?
  • Tests were added or are not required
  • Documentation was added or is not required

@systay systay merged commit 130652a into vitessio:main Sep 7, 2021
@systay systay deleted the fix-merge-SysTableTableName branch September 7, 2021 08:43
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.

3 participants