vesoft-inc / nebula-python

Client API of Nebula Graph in Python
194 stars 76 forks source link

fix scan vertex index for prop value #219

Closed wey-gu closed 2 years ago

wey-gu commented 2 years ago

close #218

From:

https://github.com/vesoft-inc/nebula-python/blob/800f0f96babac87e7aa004534cc4da2b63ed5922/nebula3/sclient/BaseResult.py#L78

we could see the index was mismatched:

(Pdb) self._row.values
[Value(sVal=b'player112'), Value(sVal=b'player112'), Value(sVal=b'Jonathon Simmons'), Value(iVal=29)]
(Pdb) self._col_names
[b'_vid', b'name', b'age']