-
Notifications
You must be signed in to change notification settings - Fork 186
VerificationException: When using multiple indices, different mappings are not allowed for the same field #348
Comments
@thincal Thanks for reporting the issue. We will investigate the issue and get back to you asap. |
I'm having the same issue. I opened sometime ago #46 and apparently that was closed? Also in my case, in case this helps, I'm doing a "select field from index" query, but the error response I get is complaining about another field I'm not selecting. E.g.
but I'm not searching on that field ?! Shouldn't elastic just ignore that field completely if it's not used in the select query? |
Hi, |
thanks.
That looks like the current scenario and the fix was meant to be coming in 1.1.0+ ? Independently of previous issues/fixes, doesn't it make sense to only verifySingleFieldMapping for the fields that have been specified in the select query? |
Do you know if this can be supported in elasticsearch 6.8? I am hitting same problem in this version. |
@nika11 I do not think so. We didn't back-porting feature to old version. |
I am stuck on same problem how did you figure out that i have also raised issue for that #1171 (comment) |
Environment
Reproduce step
Create two docs in different index as bellow:
Report error when apply the multi-index query via. SQL:
#46 is trying to fix the top level field missing, this case is happened in a nested field which should still be common.
The text was updated successfully, but these errors were encountered: