You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by vg...@apache.org on 2024/02/26 12:06:48 UTC

(incubator-hugegraph) branch intro-pd-client updated (a5fd93fd7 -> 5ff9c96fc)

This is an automated email from the ASF dual-hosted git repository.

vgalaxies pushed a change to branch intro-pd-client
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


    from a5fd93fd7 chore: adapt hg-pd-common tests
     add d0f63c8ac feat(api): optimize adjacent-edges query (#2408)
     add 5ff9c96fc Merge branch 'master' into intro-pd-client

No new revisions were added by this update.

Summary of changes:
 .../apache/hugegraph/backend/query/Condition.java  |  4 ++
 .../hugegraph/backend/query/ConditionQuery.java    | 17 +++++
 .../hugegraph/backend/tx/GraphTransaction.java     | 82 +++++++++++++++-------
 .../org/apache/hugegraph/schema/EdgeLabel.java     | 12 ++++
 .../java/org/apache/hugegraph/cmd/InitStore.java   |  4 +-
 5 files changed, 93 insertions(+), 26 deletions(-)