Hello! Have you tried the following example: https://github.com/apache/ignite/blob/master/modules/platforms/python/examples/read_binary.py
(yes, it mostly works with tables, but tables and POJOs are mapped in the same fashion). Regards, -- Ilya Kasnacheev ср, 3 июн. 2020 г. в 18:54, Andrew Munn <[email protected]>: > I'm having the same issues as these guys: > > > http://mail-archives.apache.org/mod_mbox/ignite-user/201901.mbox/%3csn6pr14mb2240feb74bc77de79b54ca67ca...@sn6pr14mb2240.namprd14.prod.outlook.com%3E > > > I would like to put POJOs in a map and get them using pyignite. Python > gives me ParseError('Binary type is not registered'). I was hoping that > Ignite would automatically store any required schema info for the class so > Python could use it. Especially if my simple POJO was composed only of > primitives. > > Are there any examples of consuming POJOs from a cache using Python? > > Thanks > >
