-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Bug] ES Catalog Query Error #40406
Comments
It's a known issue. |
qidaye
added a commit
to qidaye/incubator-doris
that referenced
this issue
Sep 11, 2024
…40614) Follow up apache#39104, when the field has one value and we map it as array type in Doris, we parse the single value to a single element array to make them queryable. close apache#40406
qidaye
added a commit
to qidaye/incubator-doris
that referenced
this issue
Sep 11, 2024
…40614) Follow up apache#39104, when the field has one value and we map it as array type in Doris, we parse the single value to a single element array to make them queryable. close apache#40406
qidaye
added a commit
to qidaye/incubator-doris
that referenced
this issue
Sep 11, 2024
…40614) Follow up apache#39104, when the field has one value and we map it as array type in Doris, we parse the single value to a single element array to make them queryable. close apache#40406
qidaye
added a commit
to qidaye/incubator-doris
that referenced
this issue
Sep 11, 2024
…40614) Follow up apache#39104, when the field has one value and we map it as array type in Doris, we parse the single value to a single element array to make them queryable. close apache#40406
dataroaring
pushed a commit
that referenced
this issue
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Version
2.1.6
What's Wrong?
ERROR 1105 (HY000): errCode = 2, detailMessage = (9.134.114.29)[CANCELLED]Expected value of type: STRING; but found type: Array; Document slice is : []
What You Expected?
normal query
How to Reproduce?
create es index
query es data, version fields exist as arrays and strings
create catalog
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: