Skip to content

Remove unused logic for handling null entities #71

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

Merged
merged 1 commit into from
Apr 7, 2020

Conversation

jeffreylovitz
Copy link
Contributor

No description provided.

@jeffreylovitz jeffreylovitz requested a review from swilly22 April 6, 2020 19:54
@codecov
Copy link

codecov bot commented Apr 6, 2020

Codecov Report

Merging #71 into master will decrease coverage by 0.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
- Coverage   84.00%   83.87%   -0.14%     
==========================================
  Files           8        8              
  Lines         544      552       +8     
==========================================
+ Hits          457      463       +6     
- Misses         87       89       +2     
Impacted Files Coverage Δ
redisgraph/query_result.py 79.32% <100.00%> (-1.76%) ⬇️
test.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c4d9cca...1f75c92. Read the comment docs.

COLUMN_NODE = 2
COLUMN_RELATION = 3
COLUMN_NODE = 2 # Unused as of RedisGraph v2.1.0, retained for backwards compatibility.
COLUMN_RELATION = 3 # Unused as of RedisGraph v2.1.0, retained for backwards compatibility.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been using 2.1.0 as a placeholder because I think it is a sensible choice, but can rewrite these as 2.0.11 if preferred.

@swilly22 swilly22 merged commit 7f00e54 into master Apr 7, 2020
@jeffreylovitz jeffreylovitz deleted the remove-null-entity-logic branch October 14, 2020 19:54
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.

2 participants