sql icon indicating copy to clipboard operation
sql copied to clipboard

Query your data using familiar SQL or intuitive Piped Processing Language (PPL)

Results 571 sql issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Yury-Fridlyand ### Description Last time we updated PowerBI connector, we missed to update embedded unit tests. These tests may be executed by a developer only. To run tests you...

Signed-off-by: Yury Fridlyand ### Description New functions added: * now() * current_timestamp() * localtimestamp() * localtime() * sysdate() * curtime() * current_time() * curdate() * current_date() New signatures: * `now()`...

User scenario: 1. Install Tableau 2. Install ODBC driver 3. Configure driver 4. Connect to it (without using OpenSearch connector) 5. Perform data refresh from a table ![image](https://user-images.githubusercontent.com/88679692/188240392-321c43ee-c7e8-477b-baa8-25d66f752902.png) Under the...

bug
untriaged

**Is your feature request related to a problem?** A clear and concise description of what the problem is, e.g. _I'm always frustrated when [...]_ **What solution would you like?** A...

enhancement
legacy

@jingyali-apr Thanks for confirming! I may have found where things go wrong: https://github.com/opensearch-project/sql/blob/907019cc8f7ce05c34ed453a75e4d897f55b57c5/sql/src/main/java/org/opensearch/sql/sql/parser/AstSortBuilder.java#L53 When we try to replace alias in `ORDER BY`, we only replace ordinal or alias directly. In...

bug
SQL

**What is the bug?** We followed MySQL syntax and tried to escape special character like '%' and '_' with the escape char ‘\\', because MySQL uses '\\' as the escape...

bug
good first issue
SQL

Backport 4e40ed2839889be44008037154173392d0907f20 from #793

**Describe the bug** Using `IS NOT NULL` with alias throws SemanticCheckException. **To Reproduce** Sample query: ``` SELECT dest_city_name AS dc FROM all_flights WHERE dc IS NOT NULL ``` **Expected behavior**...

bug
enhancement
Priority-High

**What is the bug?** It seems SQL query engine doesn't honor what's configured in OpenSearch index mapping for date field. This causes problems in different queries with datetime field involved....

bug
Severity-Critical
SQL
legacy