Skip to content

Update nullability for AsString(), Conjoin() in Gremlin.Net#2360

Merged
xiazcy merged 1 commit intoapache:3.7-devfrom
FlorianHockmann:fix-nullability-for-string-updates
Dec 8, 2023
Merged

Update nullability for AsString(), Conjoin() in Gremlin.Net#2360
xiazcy merged 1 commit intoapache:3.7-devfrom
FlorianHockmann:fix-nullability-for-string-updates

Conversation

@FlorianHockmann
Copy link
Member

Handling of null values has been changed in #2351 for asString() and conjoin() to return null for null values instead of the string "null".

Just to clarify: I don't consider this change important enough to stop the current release process. This can just be included in the next line of releases.

Handling of null values has been changed in apache#2351 for `asString()` and
`conjoin()` to return `null` for `null` values instead of the string
`"null"`.
@codecov-commenter
Copy link

codecov-commenter commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (05ac05d) 76.16% compared to head (1d08bcd) 76.18%.

Additional details and impacted files
@@              Coverage Diff              @@
##             3.7-dev    #2360      +/-   ##
=============================================
+ Coverage      76.16%   76.18%   +0.01%     
- Complexity     13108    13114       +6     
=============================================
  Files           1083     1083              
  Lines          64995    64995              
  Branches        7259     7259              
=============================================
+ Hits           49504    49516      +12     
+ Misses         12792    12783       -9     
+ Partials        2699     2696       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kenhuuu
Copy link
Contributor

kenhuuu commented Nov 23, 2023

VOTE +1

1 similar comment
@vkagamlyk
Copy link
Contributor

VOTE +1

@Cole-Greer
Copy link
Contributor

VOTE +1 (pending branch re-opening)

@xiazcy xiazcy merged commit ec9e194 into apache:3.7-dev Dec 8, 2023
@FlorianHockmann FlorianHockmann deleted the fix-nullability-for-string-updates branch December 8, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants