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

imbajin pushed a change to branch update-memory
in repository https://gitbox.apache.org/repos/asf/hugegraph.git


    from 7e380469a chore: update Serena memories with latest codebase state
     add e1af2e061 style: add final newline to Serena memory files
     add 9336b5e29 fix(server): guard count strategy on negative bounds (#2993)
     add 8f1d1cfa5 Merge branch 'master' into update-memory

No new revisions were added by this update.

Summary of changes:
 .serena/memories/architecture_and_modules.md       |   2 +-
 .serena/memories/code_style_and_conventions.md     |   2 +-
 .serena/memories/ecosystem_and_related_projects.md |   2 +-
 .serena/memories/key_file_locations.md             |   2 +-
 .serena/memories/project_overview.md               |   2 +-
 .serena/memories/suggested_commands.md             |   2 +-
 .serena/memories/task_completion_checklist.md      |   2 +-
 .../main/java/org/apache/hugegraph/HugeGraph.java  |   6 +-
 .../traversal/optimize/HugeCountStrategy.java      | 272 +++++++++++++++++++++
 .../org/apache/hugegraph/core/CoreTestSuite.java   |   1 +
 .../hugegraph/core/CountStrategyCoreTest.java      | 128 ++++++++++
 11 files changed, 413 insertions(+), 8 deletions(-)
 create mode 100644 
hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStrategy.java
 create mode 100644 
hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/CountStrategyCoreTest.java

Reply via email to