This is an automated email from the ASF dual-hosted git repository.

isapego pushed a commit to branch ignite-13735
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git

commit b84185fed08209bd36fa93f7931bc911cf9fcb97
Author: Pavel Kuznetsov <[email protected]>
AuthorDate: Wed Jan 30 12:26:11 2019 +0300

    IGNITE-10645: SQL: Avoid key/val ownership resolution of a field in 
runtime. This closes #5657.
---
 tests/test_binary.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_binary.py b/tests/test_binary.py
index f6c48e9..29ccf68 100644
--- a/tests/test_binary.py
+++ b/tests/test_binary.py
@@ -120,7 +120,6 @@ def test_sql_write_as_binary(client):
                     {
                         'name': 'TEST_PK',
                         'type_name': 'java.lang.Integer',
-                        'is_key_field': True,
                         'is_notnull_constraint_field': True,
                     },
                     {

Reply via email to