You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Bojidar Marinov (Jira)" <ji...@apache.org> on 2021/06/11 16:26:00 UTC

[jira] [Created] (IGNITE-14900) Python "Can not query binary type" error on collections of objects

Bojidar Marinov created IGNITE-14900:
----------------------------------------

             Summary: Python "Can not query binary type" error on collections of objects
                 Key: IGNITE-14900
                 URL: https://issues.apache.org/jira/browse/IGNITE-14900
             Project: Ignite
          Issue Type: Bug
          Components: python
    Affects Versions: python-0.4.0
         Environment: {noformat}
pyignite==0.4.0
org.apache.ignite:ignite-core:2.10.0{noformat}
 
            Reporter: Bojidar Marinov
         Attachments: repro.py

When reading an object which has a CollectionObject field containing binary objects, the Python thin client fails to read the object with e.g.

 
{noformat}
pyignite.exceptions.ParseError: Can not query binary type -1322970774
{noformat}
The same occurs with ObjectArrayObject and MapObject fields.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)