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
Executing a SQL DESCRIBE TABLES LIKE <table pattern> query, causes the TABLE_NAME field in the results to contain the table pattern, instead of the actual table name.
To Reproduce
Steps to reproduce the behavior:
Login anonymous in the future playground.
Select the OTEL demo environment.
Select Discover from the menu on the left hand side
In the data source selection dropdown, type open, then select opensearch_dashboards_sample_data_logs
Set the Global Time Filter start to 1 Year ago.
Click into the query textbox
Run DESCRIBE TABLES LIKE *o*
The TABLE_NAME field is *o* which seems unexpected.
Expected behavior
Steps 7: The table name that matched the pattern, not the pattern.
Describe the bug
Executing a SQL
DESCRIBE TABLES LIKE <table pattern>
query, causes theTABLE_NAME
field in the results to contain the table pattern, instead of the actual table name.To Reproduce
Steps to reproduce the behavior:
DESCRIBE TABLES LIKE *o*
*o*
which seems unexpected.Expected behavior
OpenSearch Version
2.18
Dashboards Version
2.18
Plugins
Alerting, anomaly-detection, asynchronous-search, cross-cluster-replication, custom-codecs, flow-framework, geospatial, index-management, job-scheduler, knn, ml, neural-search, notifications, notifications-core, observability, performance-analyzer, reports-scheduler, security, security-analytics, skills, sql, system-templates, query-insights
Screenshots
N/A
Host/Environment:
Additional context
N/A
The text was updated successfully, but these errors were encountered: