vesoft-inc / nebula-python

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

Update ResultSet.py #343

Closed sherif-abdelkarim closed 4 months ago

sherif-abdelkarim commented 5 months ago

Fixes a bug where the tuple (src_id, dst_id, rank, edge_name) is used as the a key when accessing edges_dict, instead of the string representation of the tuple.

What type of PR is this?

What problem(s) does this PR solve?

Issue(s) number:

Description:

How do you solve it?

Special notes for your reviewer, ex. impact of this fix, design document, etc:

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

wey-gu commented 5 months ago

Dear @sherif-abdelkarim ,

Great catch, and thanks!

Welcome to the NebulaGraph Community!

Would you mind signing the CLA(by clicking above CLA badge) then we could merge your contributions then :D

sherif-abdelkarim commented 4 months ago

Hello @wey-gu , Thank you! I just signed the CLA