Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed TigerGraph Null Value Bug #125

Merged
merged 2 commits into from
Mar 19, 2021
Merged

Fixed TigerGraph Null Value Bug #125

merged 2 commits into from
Mar 19, 2021

Conversation

DavidBakerEffendi
Copy link
Contributor

Fixed

  • TigerGraphDriver bug where empty strings for intentional properties would be unintentionally excluded.

Resolves #88

@DavidBakerEffendi DavidBakerEffendi added the bug Something isn't working label Mar 19, 2021
@codecov
Copy link

codecov bot commented Mar 19, 2021

Codecov Report

Merging #125 (9f9b7b0) into master (cbf101f) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #125   +/-   ##
=========================================
  Coverage     81.33%   81.33%           
+ Complexity      698      697    -1     
=========================================
  Files            38       38           
  Lines          3076     3076           
  Branches        702      701    -1     
=========================================
  Hits           2502     2502           
  Misses          143      143           
  Partials        431      431           
Impacted Files Coverage Δ Complexity Δ
...in/io/github/plume/oss/drivers/TigerGraphDriver.kt 77.07% <100.00%> (ø) 68.00 <0.00> (-1.00)

@DavidBakerEffendi DavidBakerEffendi merged commit dc19979 into master Mar 19, 2021
@DavidBakerEffendi DavidBakerEffendi deleted the fix/tiger-nb-bug branch March 19, 2021 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get NamespaceBlock by NAME NullPointerException on TigerGraphDriver
1 participant