[
https://issues.apache.org/jira/browse/IGNITE-18415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yury Gerzhedovich resolved IGNITE-18415.
----------------------------------------
Resolution: Invalid
> SQL. Cannot use UUID class as parameters for query
> --------------------------------------------------
>
> Key: IGNITE-18415
> URL: https://issues.apache.org/jira/browse/IGNITE-18415
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Yury Gerzhedovich
> Priority: Major
> Labels: ignite-3
>
> imple broken scenario looks as
> {code:java}
> assertQuery("SELECT typeof( ? )").withParams(new
> UUID(1,1)).returns(toSqlType(UUID)).check();{code}
> In the case we have the following error:
> {code:java}
> org.opentest4j.AssertionFailedError: Collections are not equal (position 0):
> Expected: [UUID]
> Actual: [RecordType()] {code}
> h4.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)