[ 
https://issues.apache.org/jira/browse/IGNITE-10358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695644#comment-16695644
 ] 

ASF GitHub Bot commented on IGNITE-10358:
-----------------------------------------

GitHub user dmelnichuk opened a pull request:

    https://github.com/apache/ignite/pull/5470

    IGNITE-10358

    Fixes a Collection-related bug in Python thin client.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nobitlost/ignite ignite-10358

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/5470.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5470
    
----
commit 243d83438d078c94e05b4a0f9e7e9ea3e8e33be8
Author: Dmitry Melnichuk <dmitry.melnichuk@...>
Date:   2018-11-22T00:12:07Z

    IGNITE-10358 Advance version number. Fix reading README in setup for 
non-unicode OSes.

commit c1adb4ca555c9756215d7c43d508990738e43a37
Author: Dmitry Melnichuk <dmitry.melnichuk@...>
Date:   2018-11-22T04:26:21Z

    IGNITE-10358 Make `is_hinted` more specific to avoid potential collision 
with Complex objects.

commit 05f57fe98316d9e862e2973a15488ba10ada3adc
Author: Dmitry Melnichuk <dmitry.melnichuk@...>
Date:   2018-11-22T06:23:24Z

    IGNITE-10358 Fix using type hints in Collection and CollectionObject.

commit 2d5c3b4d15f8cc2638d60491d195a3249291bdee
Author: Dmitry Melnichuk <dmitry.melnichuk@...>
Date:   2018-11-22T07:47:33Z

    IGNITE-10358 Extend tests.

commit e15660914a983c7a449cdc285de53324306b0fec
Author: Dmitry Melnichuk <dmitry.melnichuk@...>
Date:   2018-11-22T08:06:19Z

    IGNITE-10358 Update documentation.

----


> 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
>             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)

Reply via email to