Conversation
Contributor
Author
|
done |
Contributor
|
hbase ci failed due to not rebase |
The exception is "Indexes are not supported yet" Fix: #48 Change-Id: I5012e2684b7d95ded236207b441fc71d77851fe7
Contributor
Author
|
rebased |
javeme
approved these changes
Sep 7, 2018
zhoney
approved these changes
Sep 7, 2018
zhoney
pushed a commit
to zhoney/hugegraph
that referenced
this pull request
Nov 9, 2021
* disable etcd for auth server (apache#42) * refine MetricsAPI test for prometheus exporter (apache#43) * upgrade hugegraph config and white api list (apache#44) * fixed computer-dis api bug (apache#45) * fix rest-server.properties config item k8s.hugegraph_url (apache#46) * fix rocksdb not close after close graph (apache#47)
zhoney
added a commit
to zhoney/hugegraph
that referenced
this pull request
Nov 9, 2021
* disable etcd for auth server (apache#42) * refine MetricsAPI test for prometheus exporter (apache#43) * upgrade hugegraph config and white api list (apache#44) * fix rest-server.properties config item k8s.hugegraph_url (apache#46) * fix rocksdb not close after close graph (apache#47) * support none auth mode for k8s api (apache#50) * feat(api): Support adamic-adar & resource-allocation algorithms (apache#10) (apache#51) * support graph reload and ingore single graph error when start server (apache#55) * support force delete task (apache#56) * update reload api (apache#57) * fix: check neighbors count & null label (apache#54) * fixed prometheus metrics bugs Co-authored-by: zhoney <[email protected]> Co-authored-by: sunwei31 <[email protected]> Co-authored-by: imbajin <[email protected]> Co-authored-by: guoyonggang <[email protected]>
VGalaxies
pushed a commit
that referenced
this pull request
Aug 3, 2024
JisoLya
added a commit
to JisoLya/hugegraph
that referenced
this pull request
Oct 14, 2025
* refactor(store): Added query pushdown support for Server & PD - Add StreamObserver implementation for server side - Modified the visibility of member variables to support query pushdown - Add HgSessionConfig.java * refactor(store): Support get partition from pd based on graph name & code & start key * chore(store): reformat code & code cleanup * fix(store): fix problems in code review fix(store): fix unused sessionConfig in HgStoreClient.java fix(store): fix potential NPE exception fix(store): Fix incorrect spelling fix(store): Fix the unit inconsistency in the time comparison Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/QueryExecutor.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamSortedIterator.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/MultiStreamIterator.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamFinalAggregationIterator.java Co-authored-by: Copilot <[email protected]> * chore(store): remove unused code & modify import path * fix(store): fix bug in ut * fix(store): add missing table statement * fix(store): fix ci problem * Trigger ci --------- Co-authored-by: Copilot <[email protected]>
JisoLya
added a commit
to JisoLya/hugegraph
that referenced
this pull request
Oct 26, 2025
* refactor(store): Added query pushdown support for Server & PD - Add StreamObserver implementation for server side - Modified the visibility of member variables to support query pushdown - Add HgSessionConfig.java * refactor(store): Support get partition from pd based on graph name & code & start key * chore(store): reformat code & code cleanup * fix(store): fix problems in code review fix(store): fix unused sessionConfig in HgStoreClient.java fix(store): fix potential NPE exception fix(store): Fix incorrect spelling fix(store): Fix the unit inconsistency in the time comparison Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/QueryExecutor.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamSortedIterator.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/MultiStreamIterator.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamFinalAggregationIterator.java Co-authored-by: Copilot <[email protected]> * chore(store): remove unused code & modify import path * fix(store): fix bug in ut * fix(store): add missing table statement * fix(store): fix ci problem * Trigger ci --------- Co-authored-by: Copilot <[email protected]>
JisoLya
added a commit
to JisoLya/hugegraph
that referenced
this pull request
Oct 27, 2025
* refactor(store): Added query pushdown support for Server & PD - Add StreamObserver implementation for server side - Modified the visibility of member variables to support query pushdown - Add HgSessionConfig.java * refactor(store): Support get partition from pd based on graph name & code & start key * chore(store): reformat code & code cleanup * fix(store): fix problems in code review fix(store): fix unused sessionConfig in HgStoreClient.java fix(store): fix potential NPE exception fix(store): Fix incorrect spelling fix(store): Fix the unit inconsistency in the time comparison Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/QueryExecutor.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamSortedIterator.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/MultiStreamIterator.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamFinalAggregationIterator.java Co-authored-by: Copilot <[email protected]> * chore(store): remove unused code & modify import path * fix(store): fix bug in ut * fix(store): add missing table statement * fix(store): fix ci problem * Trigger ci --------- Co-authored-by: Copilot <[email protected]>
imbajin
pushed a commit
that referenced
this pull request
Oct 29, 2025
* refactor(store): Added query pushdown support for Server & PD - Add StreamObserver implementation for server side - Modified the visibility of member variables to support query pushdown - Add HgSessionConfig.java * refactor(store): Support get partition from pd based on graph name & code & start key * chore(store): reformat code & code cleanup * fix(store): fix problems in code review fix(store): fix unused sessionConfig in HgStoreClient.java fix(store): fix potential NPE exception fix(store): Fix incorrect spelling fix(store): Fix the unit inconsistency in the time comparison Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/QueryExecutor.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamSortedIterator.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/MultiStreamIterator.java Co-authored-by: Copilot <[email protected]> Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamFinalAggregationIterator.java Co-authored-by: Copilot <[email protected]> * chore(store): remove unused code & modify import path * fix(store): fix bug in ut * fix(store): add missing table statement * fix(store): fix ci problem * Trigger ci --------- Co-authored-by: Copilot <[email protected]>
This file contains hidden or 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
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.
The exception is "Indexes are not supported yet"
Change-Id: I5012e2684b7d95ded236207b441fc71d77851fe7