-
Notifications
You must be signed in to change notification settings - Fork 529
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 pagination when single index query #328
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Linary
force-pushed
the
index-page
branch
14 times, most recently
from
January 14, 2019 14:32
404ab02
to
6a800ec
Compare
Linary
force-pushed
the
index-page
branch
16 times, most recently
from
January 19, 2019 14:07
80f8714
to
992b3fe
Compare
Change-Id: I06369fc3ab8e4ce52b9c68ac8c343d2bfea79a9d
javeme
requested changes
Mar 15, 2019
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphIndexTransaction.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphTransaction.java
Outdated
Show resolved
Hide resolved
Change-Id: I81470bc43276bc195ede4cb7320042cefb1ff6f3
javeme
requested changes
Mar 15, 2019
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/QueryList.java
Outdated
Show resolved
Hide resolved
javeme
previously requested changes
Mar 15, 2019
hugegraph-hbase/src/main/java/com/baidu/hugegraph/backend/store/hbase/HbaseTable.java
Outdated
Show resolved
Hide resolved
hugegraph-hbase/src/main/java/com/baidu/hugegraph/backend/store/hbase/HbaseTables.java
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/AbstractTransaction.java
Outdated
Show resolved
Hide resolved
Change-Id: Ib52121bcda96002048c826012929863f204f8c12
javeme
requested changes
Mar 18, 2019
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/QueryList.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/QueryList.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/config/CoreOptions.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/config/CoreOptions.java
Outdated
Show resolved
Hide resolved
hugegraph-hbase/src/main/java/com/baidu/hugegraph/backend/store/hbase/HbaseSessions.java
Outdated
Show resolved
Hide resolved
hugegraph-hbase/src/main/java/com/baidu/hugegraph/backend/store/hbase/HbaseStoreProvider.java
Outdated
Show resolved
Hide resolved
Change-Id: I70a0ac73a1641bdb1a71d30b3ce366fe3c593178
zhoney
previously requested changes
Mar 18, 2019
hugegraph-test/src/main/java/com/baidu/hugegraph/core/VertexCoreTest.java
Outdated
Show resolved
Hide resolved
} | ||
|
||
@Test | ||
public void testQueryByUnionIndexInPageWithSomeIndexNoData() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JointIndex
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not joint index, but multi indexes' result union
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/IdHolderList.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/PageEntryIterator.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/IdHolder.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/IdHolder.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/IdHolder.java
Outdated
Show resolved
Hide resolved
javeme
previously requested changes
Mar 22, 2019
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphIndexTransaction.java
Outdated
Show resolved
Hide resolved
Change-Id: If9709dd1fb8e584630c48db01edd2ce99b65636b
javeme
requested changes
Mar 27, 2019
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphIndexTransaction.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphIndexTransaction.java
Outdated
Show resolved
Hide resolved
javeme
previously approved these changes
Mar 27, 2019
Change-Id: Iba5c32d39de390374a5492c8c15089c0f530a16a
javeme
approved these changes
Mar 27, 2019
zhoney
approved these changes
Mar 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
implement: #215 #287
Change-Id: I15c10c702078ff4a998378633e5cbb68cf2ac5fa