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

[jira] [Created] (IGNITE-14686) Incorrect type hint for the cache's get_all in the Python thin client

Robert Emanuele created IGNITE-14686:
----------------------------------------

             Summary: 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


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)