vesoft-inc / nebula-python

Client API of Nebula Graph in Python
191 stars 75 forks source link

fix: ValueWrapper.cast support __EMPTY__ type #269

Closed wey-gu closed 1 year ago

wey-gu commented 1 year ago

it now calls as_empty which doesn't exist.

What type of PR is this?

What problem(s) does this PR solve?

Issue(s) number:

n/a

Description:

Previously it could not handle empty properly.

How do you solve it?

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 50.00% and project coverage change: -0.03 :warning:

Comparison is base (6e5742f) 77.62% compared to head (df081f3) 77.60%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #269 +/- ## ========================================== - Coverage 77.62% 77.60% -0.03% ========================================== Files 18 18 Lines 2409 2411 +2 ========================================== + Hits 1870 1871 +1 - Misses 539 540 +1 ``` | [Impacted Files](https://app.codecov.io/gh/vesoft-inc/nebula-python/pull/269?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc) | Coverage Δ | | |---|---|---| | [nebula3/data/DataObject.py](https://app.codecov.io/gh/vesoft-inc/nebula-python/pull/269?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vesoft-inc#diff-bmVidWxhMy9kYXRhL0RhdGFPYmplY3QucHk=) | `76.35% <50.00%> (-0.07%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.