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: query by within + Text.contains #1803

Merged
merged 7 commits into from
Apr 19, 2022
Merged

fix: query by within + Text.contains #1803

merged 7 commits into from
Apr 19, 2022

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Mar 29, 2022

fix #1794

Change-Id: I4f4f2f52b6986ca5af9a27ee4677e16387235c0b

javeme added 2 commits March 29, 2022 18:35
fix #1794

Change-Id: I4f4f2f52b6986ca5af9a27ee4677e16387235c0b
Change-Id: If9f66400b64f4c7835c58e1ce46f12b3a47c5e8d
@javeme javeme force-pushed the fix-resultsFilter branch from f229414 to 7926f6b Compare March 30, 2022 09:41
@codecov
Copy link

codecov bot commented Mar 30, 2022

Codecov Report

Merging #1803 (3e1e0ac) into master (b591f7d) will increase coverage by 3.97%.
The diff coverage is 90.12%.

@@             Coverage Diff              @@
##             master    #1803      +/-   ##
============================================
+ Coverage     66.91%   70.88%   +3.97%     
  Complexity      978      978              
============================================
  Files           446      446              
  Lines         37781    37810      +29     
  Branches       5380     5386       +6     
============================================
+ Hits          25281    26802    +1521     
+ Misses         9776     8286    -1490     
+ Partials       2724     2722       -2     
Impacted Files Coverage Δ
...a/com/baidu/hugegraph/backend/query/Condition.java 78.33% <ø> (+0.72%) ⬆️
...va/com/baidu/hugegraph/backend/page/QueryList.java 86.40% <77.77%> (+1.91%) ⬆️
...m/baidu/hugegraph/backend/tx/GraphTransaction.java 80.06% <83.33%> (+0.08%) ⬆️
...du/hugegraph/backend/tx/GraphIndexTransaction.java 83.43% <89.65%> (-0.18%) ⬇️
.../baidu/hugegraph/backend/query/ConditionQuery.java 85.92% <94.59%> (+0.52%) ⬆️
...du/hugegraph/traversal/optimize/TraversalUtil.java 62.87% <0.00%> (+0.21%) ⬆️
...du/hugegraph/schema/builder/IndexLabelBuilder.java 88.69% <0.00%> (+0.28%) ⬆️
... and 113 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...3e1e0ac. Read the comment docs.

javeme added 4 commits March 31, 2022 14:13
Change-Id: Id01555720f5df5e9282fdeccc38ca12fe33808c6
Change-Id: I6967afa8969ecdc16013d1217542da200e5b09ca
Change-Id: Ib5292546a57e594228c5967972f2600cd7129ae0
Change-Id: Iefc59747a2cb300a927a48c68a79d4988bc30b12
@javeme javeme force-pushed the fix-resultsFilter branch from 9d7bb12 to f293145 Compare April 1, 2022 05:53
Change-Id: I5429f8a8314b69c7f8fa5c8da05a5e587e87c9c8
@imbajin imbajin merged commit 1f5d502 into master Apr 19, 2022
@imbajin imbajin deleted the fix-resultsFilter branch October 26, 2023 06:28
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]within do not return the correct result
4 participants