-
Notifications
You must be signed in to change notification settings - Fork 139
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] DESCRIBE query returns incorrect data for text fields #259
Comments
UPD
A simple query:
|
|
See also #1296 |
Further support for text will be added in #1038 and following tickets (1111, 1112, etc). As it was discussed, SQL plugin will continue reporting |
Describe the bug
DESCRIBE
query returns incorrect data for fields ofkeyword
typeTo Reproduce
Steps to reproduce the behavior:
SHOW TABLES LIKE dbg;
andDESCRIBE TABLES LIKE dbg;
:Actual behavior
The schema description and the output of
describe
query report that the data type iskeyword
.keyword
is not a SQL data type.Expected behavior
The data type should be
[n]text
or[n][var]char
Plugins
The default set:
curl "localhost:9200/_cat/plugins?h=component&pretty=true"
mapper-murmur3
opensearch-alerting
opensearch-anomaly-detection
opensearch-asynchronous-search
opensearch-index-management
opensearch-job-scheduler
opensearch-knn
opensearch-notebooks
opensearch-performance-analyzer
opensearch-reports-scheduler
opensearch-security
opensearch-sql
Host/Environment (please complete the following information):
Docker container v.1.0.0
The text was updated successfully, but these errors were encountered: