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

Skip query if there is no any property key in schema #951

Merged
merged 1 commit into from
Apr 15, 2020

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Apr 14, 2020

Change-Id: I23376791b3ffe54cf76413bf8d330694dbda2df8

Change-Id: I23376791b3ffe54cf76413bf8d330694dbda2df8
@codecov
Copy link

codecov bot commented Apr 14, 2020

Codecov Report

Merging #951 into master will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #951      +/-   ##
============================================
- Coverage     71.79%   71.79%   -0.01%     
  Complexity     4676     4676              
============================================
  Files           298      298              
  Lines         22377    22383       +6     
  Branches       3176     3178       +2     
============================================
+ Hits          16065    16069       +4     
+ Misses         4733     4732       -1     
- Partials       1579     1582       +3     
Impacted Files Coverage Δ Complexity Δ
...n/java/com/baidu/hugegraph/structure/HugeEdge.java 72.88% <0.00%> (-1.26%) 75.00 <0.00> (ø)
...java/com/baidu/hugegraph/structure/HugeVertex.java 78.05% <0.00%> (-1.01%) 78.00 <0.00> (ø)
...a/com/baidu/hugegraph/backend/query/Condition.java 79.67% <0.00%> (-0.41%) 31.00% <0.00%> (ø%)
...du/hugegraph/backend/tx/GraphIndexTransaction.java 79.58% <0.00%> (+0.12%) 186.00% <0.00%> (ø%)
...om/baidu/hugegraph/api/filter/ExceptionFilter.java 66.66% <0.00%> (+4.30%) 0.00% <0.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 c99d408...8d2e847. Read the comment docs.

@javeme javeme merged commit 25bd36b into master Apr 15, 2020
@javeme javeme deleted the skip-query-if-no-props branch April 15, 2020 06:55
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.

None yet

3 participants