-
Notifications
You must be signed in to change notification settings - Fork 25k
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
SQL: wrong number of values for columns #41811
Labels
Comments
Pinging @elastic/es-search |
Just for the record, this issue manifests itself in a nastier way in case
@emasab thank you for providing the PR and apologies for the delay on looking at it. We plan on having a look and validate shortly. |
@astefan you're welcome, I'm pleased to contribute |
emasab
added a commit
to emasab/elasticsearch
that referenced
this issue
Sep 25, 2019
matriv
pushed a commit
that referenced
this issue
Sep 30, 2019
matriv
pushed a commit
that referenced
this issue
Sep 30, 2019
matriv
added a commit
that referenced
this issue
Sep 30, 2019
matriv
pushed a commit
that referenced
this issue
Sep 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The queries that contain a duplicate column will only return once the value in a row.
Example:
select emp_no, first_name, emp_no from employees
will return:The text was updated successfully, but these errors were encountered: