Yury-Fridlyand

Results 44 issues of Yury-Fridlyand

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

**What is the bug?** opensearchsqlcli tool yields wrong results for a query. Perhaps, it shows results from a previous query. **How can one reproduce the bug?** 1. Load this data...

bug
CLI

**Is your feature request related to a problem? Please describe.** A user can't create Linux applications which use the ODBC driver. **Describe the solution you'd like** ODBC driver to be...

enhancement
ODBC

Copied from https://github.com/opendistro-for-elasticsearch/sql/issues/709. Implementation should match MySQL standard: https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html - [x] date - [x] time - [x] timestamp - [x] adddate - [x] date_add - [x] date_format - [x] date_sub...

enhancement

A query with `implicit join` returns very strange results: * column names * column list * rows number ```console opensearchsql> select * from logs, location limit 1; Output longer than...

bug

**How can one reproduce the bug?** Steps to reproduce the behavior: 1. Import test data set (run from root of SQL plugin repo) ```bash curl -s -XPOST localhost:9200/beer.stackexchange/_bulk -H 'Content-Type:...

bug

**How can one reproduce the bug?** Steps to reproduce the behavior: 1. Import test data set (run from root of SQL plugin repo) ```bash curl -s -XPOST localhost:9200/beer.stackexchange/_bulk -H 'Content-Type:...

bug

**Describe the bug** Queries with functions `MIN` and `MAX` called with 2 arguments of type `string` fail and produce incorrect response **To Reproduce** ``` curl -XPOST http://localhost:9200/_plugins/_sql -H 'Content-Type: application/json'...

bug
SQL
tdvt
powerBI