[
https://issues.apache.org/jira/browse/IGNITE-10358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16697285#comment-16697285
]
Stepan Pilschikov commented on IGNITE-10358:
--------------------------------------------
[~Melnichuk] Great
Problem with collections is solved
All types in all
But in this branch i find out that python working bad with Decimal's
Example with output:
https://gist.github.com/pilshchikov/335db29e6e748c6ce334e0cb6251179e
This behavior same for NodeJS, PHP, Java and affecting all special types
(Collections, Arrays, Maps)
Master branch does not have this issue
For same problem with data type "Map" i should create another ticket?
> thin python: put collections have no data type specification
> ------------------------------------------------------------
>
> Key: IGNITE-10358
> URL: https://issues.apache.org/jira/browse/IGNITE-10358
> Project: Ignite
> Issue Type: Bug
> Components: thin client
> Affects Versions: 2.7
> Reporter: Stepan Pilschikov
> Assignee: Dmitry Melnichuk
> Priority: Major
> Labels: python
> Fix For: 2.8
>
>
> Trying to put collection with Integers through python thin client and get
> through others clients
> Value type in others clients specified as "collection with Integers"
>
> During GET operation clients throwing exceptions that "type wrong, expected
> Integer type but getting Long type" (because python collection data types are
> not specified)
> Python put and php and js get code/output:
> https://gist.github.com/pilshchikov/7ba7a7a2568c758b7b8680ba9a4215f5
> Also same behavior right for Map data type
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)