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

Support paging for scan api #361

Merged
merged 1 commit into from
Mar 27, 2019
Merged

Support paging for scan api #361

merged 1 commit into from
Mar 27, 2019

Conversation

zhoney
Copy link
Contributor

@zhoney zhoney commented Feb 13, 2019

implemented: #360

Change-Id: Idea152b3d53ef519c7ed9847ee9e65092b264e08

@zhoney zhoney force-pushed the scan-with-page branch 6 times, most recently from c781828 to e5f9a61 Compare February 15, 2019 18:08
@codecov
Copy link

codecov bot commented Mar 14, 2019

Codecov Report

Merging #361 into master will increase coverage by 0.02%.
The diff coverage is 81.81%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #361      +/-   ##
============================================
+ Coverage     70.12%   70.15%   +0.02%     
- Complexity     3265     3272       +7     
============================================
  Files           208      208              
  Lines         16042    16050       +8     
  Branches       2297     2301       +4     
============================================
+ Hits          11250    11260      +10     
+ Misses         3542     3540       -2     
  Partials       1250     1250
Impacted Files Coverage Δ Complexity Δ
...ugegraph/backend/cache/CachedGraphTransaction.java 98.36% <100%> (ø) 21 <5> (+1) ⬆️
.../hugegraph/backend/store/rocksdb/RocksDBTable.java 79.34% <80%> (-0.2%) 33 <0> (+2)
...aidu/hugegraph/backend/store/hbase/HbaseTable.java 82.85% <80%> (-0.32%) 36 <0> (+2)
...e/src/main/java/com/baidu/hugegraph/HugeGraph.java 70.87% <0%> (-0.65%) 60% <0%> (ø)
...du/hugegraph/backend/tx/GraphIndexTransaction.java 80.03% <0%> (+0.63%) 146% <0%> (+1%) ⬆️
...aidu/hugegraph/backend/page/PageEntryIterator.java 82.05% <0%> (+5.12%) 14% <0%> (+1%) ⬆️

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 c50c34a...607b9cb. Read the comment docs.

javeme
javeme previously approved these changes Mar 27, 2019
implemented: #360

Change-Id: Idea152b3d53ef519c7ed9847ee9e65092b264e08
@Linary Linary merged commit 60d8d8f into master Mar 27, 2019
@Linary Linary deleted the scan-with-page branch March 27, 2019 12:06
javeme added a commit that referenced this pull request Apr 2, 2019
zhoney pushed a commit that referenced this pull request Apr 2, 2019
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.

3 participants