You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql> select * from test_alias;
Bad request [Found 1 problem(s)
line 1:15: [test_alias] points to indices [library] and [library] which have different mappings. When using multiple indices, the mappings must be identical.]
(twice the library index mentioned instead of library and another index from the alias)
Those three indices mappings are like this:
test_emp_copy and test_emp are identical
library is completely different from the other two
The text was updated successfully, but these errors were encountered:
For an alias defined as
the error message received is:
(twice the
library
index mentioned instead oflibrary
and another index from the alias)Those three indices mappings are like this:
test_emp_copy
andtest_emp
are identicallibrary
is completely different from the other twoThe text was updated successfully, but these errors were encountered: