[
https://issues.apache.org/jira/browse/IGNITE-14686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Daschinsky reassigned IGNITE-14686:
----------------------------------------
Assignee: Robert Emanuele
> Incorrect type hint for the cache's get_all in the Python thin client
> ---------------------------------------------------------------------
>
> Key: IGNITE-14686
> URL: https://issues.apache.org/jira/browse/IGNITE-14686
> Project: Ignite
> Issue Type: Bug
> Components: python, thin client
> Reporter: Robert Emanuele
> Assignee: Robert Emanuele
> Priority: Trivial
>
> The method "get_all" in the thin client's Cache class has a return type hint
> of a 'list' where in reality it returns a 'dict'. (This is also described in
> the doc strings correctly as returning a 'dict'.)
> [https://github.com/apache/ignite-python-thin-client/blob/master/pyignite/cache.py#L256]
>
> This would be a simple type hint correction.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)