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

fix: run g.V() is error when backend is MYSQL #1801

Merged
merged 2 commits into from
Apr 6, 2022

Conversation

zhaoliangzl
Copy link
Contributor

@zhaoliangzl zhaoliangzl commented Mar 28, 2022

@CLAassistant
Copy link

CLAassistant commented Mar 28, 2022

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions
Copy link

github-actions bot commented Mar 28, 2022

CLA Assistant Lite bot Good! All Contributors have signed the CLA.

@codecov
Copy link

codecov bot commented Mar 28, 2022

Codecov Report

Merging #1801 (17d30e6) into master (b591f7d) will increase coverage by 3.91%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master    #1801      +/-   ##
============================================
+ Coverage     66.91%   70.83%   +3.91%     
+ Complexity      978      690     -288     
============================================
  Files           446      446              
  Lines         37781    37781              
  Branches       5380     5380              
============================================
+ Hits          25281    26762    +1481     
+ Misses         9776     8297    -1479     
+ Partials       2724     2722       -2     
Impacted Files Coverage Δ
...u/hugegraph/backend/query/BatchConditionQuery.java 81.25% <0.00%> (ø)
...m/baidu/hugegraph/backend/tx/GraphTransaction.java 80.08% <0.00%> (+0.10%) ⬆️
...du/hugegraph/backend/tx/GraphIndexTransaction.java 83.82% <0.00%> (+0.21%) ⬆️
...du/hugegraph/traversal/optimize/TraversalUtil.java 62.87% <0.00%> (+0.21%) ⬆️
.../baidu/hugegraph/backend/query/ConditionQuery.java 85.64% <0.00%> (+0.24%) ⬆️
...du/hugegraph/schema/builder/IndexLabelBuilder.java 88.69% <0.00%> (+0.28%) ⬆️
.../com/baidu/hugegraph/auth/StandardAuthManager.java 92.81% <0.00%> (+0.32%) ⬆️
...idu/hugegraph/schema/builder/EdgeLabelBuilder.java 83.62% <0.00%> (+0.34%) ⬆️
...a/com/baidu/hugegraph/backend/query/Condition.java 77.97% <0.00%> (+0.36%) ⬆️
...u/hugegraph/schema/builder/VertexLabelBuilder.java 87.54% <0.00%> (+0.37%) ⬆️
... and 108 more

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 b591f7d...17d30e6. Read the comment docs.

@zhaoliangzl
Copy link
Contributor Author

have a try

@zhaoliangzl
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@zhaoliangzl
Copy link
Contributor Author

recheck

1 similar comment
@zhaoliangzl
Copy link
Contributor Author

recheck

@imbajin imbajin changed the title fix run g.V() is error when backend is MYSQL fix: run g.V() is error when backend is MYSQL Apr 6, 2022
@imbajin imbajin merged commit ed1d6f8 into apache:master Apr 6, 2022
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.

[Bug] NPE in BatchConditionQuery.sameQueryExceptKeyIN()
4 participants