[jira] [Created] (IGNITE-6220) Values of types int and long[] are not delivered via JDBC

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-6220) Values of types int and long[] are not delivered via JDBC

Anton Vinogradov (Jira)
Pranas Baliuka created IGNITE-6220:
--------------------------------------

             Summary: Values of types int and long[] are not delivered via JDBC
                 Key: IGNITE-6220
                 URL: https://issues.apache.org/jira/browse/IGNITE-6220
             Project: Ignite
          Issue Type: Bug
            Reporter: Pranas Baliuka


I've tried Low GC prototype to populate collocated server node without replication and access it via JDBC.

Issues detected:
* The JDBC column "TIME" with type long[] is not delivered;
* Duplicate entries in the result set;
* Key column of type int is used for filtering, but not delivered to the JDBC Record set.

To reproduce:
[Git:https://github.com/pranasblk/ignite-not-flushing/tree/MIssingJDBCTypes]

* Run IgniteNode main
* Run JDBC main / or connect via favourite JDBC supporting client



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)