Open ghost opened 3 years ago
I'm looking into this issue.
Hi @guiangumpac thanks for reporting this issue, I also tried to reproduce this issue in my local cluster but the symptom is different. Actually the query engine has not supported array
type, instead it always pick the first value in the array. We need to support array type in the query engine to fix this issue.
@chloe-zh - I'm curious why the array
type would be needed here, the reference to SQL_ATTR_ROW_ARRAY_SIZE
above refers to the size of the fetch to be done in the ODBC driver, but to my knowledge there is no array
type involved in terms of data types within the query?
Describe the bug The TDVT smoke tests are failing due to all values of a query being null when the expected are not null. The issue has been isolated to the ODBC driver as a query to the OpenSearch sql plugin returns accurate non-null values.
To Reproduce Steps to reproduce the behavior using ODBCTest:
staples
.Discount
FROMstaples
GROUP BY 1Screenshots Actual results: Expected results:
Host/Environment (please complete the following information):