guiangumpac
guiangumpac
**Describe the bug** OpenSearch does not support timestamp format {ts 'YYYY-MM-DD hh:mm:ss'} which results in date filters on PowerBI to fail. **To Reproduce** Or for query issues: 1. Start OpenSearch...
**What is the bug?** DATE('data') or TIMESTAMP('data') does not return null **How can one reproduce the bug?** Steps to reproduce the behavior: 1. Make a query SELECT DATE('data') 2. See...
**What is the bug?** SUM(NULL) unexpectedly returns 0 **How can one reproduce the bug?** Steps to reproduce the behavior: 1. Make a query SELECT SUM(NULL) from 2. See the result...
**Describe the bug** ODBC driver does not recognize its support for conversions of any types. The SQL plugin supports casting of different types and should be reflected by the ODBC...