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
Elasticsearch version (bin/elasticsearch --version): 7.6.0 on ESS
Description of the problem including expected versus actual behavior:
Steps to reproduce:
Please include a minimal but complete recreation of the problem, including
(e.g.) index creation, mappings, settings, query etc. The easier you make for
us to reproduce it, the more likely that somebody will take the time to look at it.
Create a new index, only supplying index settings
Execute a SQL query against the index
Expected:
An unknown column verification exception, or a specific exception for this edge-case.
Actual:
An Unknown index verification exception. This is misleading, making debugging for the user more difficult.
Elasticsearch version (
bin/elasticsearch --version
): 7.6.0 on ESSDescription of the problem including expected versus actual behavior:
Steps to reproduce:
Please include a minimal but complete recreation of the problem, including
(e.g.) index creation, mappings, settings, query etc. The easier you make for
us to reproduce it, the more likely that somebody will take the time to look at it.
Expected:
An unknown column verification exception, or a specific exception for this edge-case.
Actual:
An Unknown index verification exception. This is misleading, making debugging for the user more difficult.
Full repro:
The text was updated successfully, but these errors were encountered: