ivandasch commented on a change in pull request #2:
URL:
https://github.com/apache/ignite-python-thin-client/pull/2#discussion_r560808195
##########
File path: pyignite/cache.py
##########
@@ -243,11 +404,13 @@ def put_all(self, pairs: dict):
to save. Each key or value can be an item of representable
Python type or a tuple of (item, hint),
"""
- return cache_put_all(self._client, self._cache_id, pairs)
+ return cache_put_all(
+ self.get_best_node(), self._cache_id, pairs
Review comment:
I think that new line here is not needed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]