GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统

Results 486 GraphScope issues
Sort by recently updated
recently updated
newest added

Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 5.0.0 to 6.0.0. Release notes Sourced from flask-cors's releases. 6.0.0 Breaking Path specificity ordering has changed to improve specificity. This may break users who expected the previous...

dependencies
python
stale

Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 78.1.1. Changelog Sourced from setuptools's changelog. v78.1.1 Bugfixes More fully sanitized the filename in PackageIndex._download. (#4946) v78.1.0 Features Restore access to _get_vc_env with a warning....

dependencies
python
stale

**Describe the bug** Wcc failed to compile. ``` /home/hrz/mambaforge/envs/gs/lib/python3.11/site-packages/graphscope.runtime/include/grape/analytical_apps/wcc/wcc.h:60:22: error: ‘const grape::WCC::fragment_t’ {aka ‘const class gs::ArrowFlattenedFragment’} has no member named ‘GetOutgoingInnerVertexAdjList’ 60 | auto es = frag.GetOutgoingInnerVertexAdjList(v); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus:...

stale

Committed-by: bingqing.lbq from Dev container ## What do these changes do? As titled. ## Related issue number Fixes #4613

**Describe the bug** When executing certain Gremlin queries that involve elementMap(), the labels that can be None if the element is None. For example: ``` g.V(1).union(outE().as('e'), out().as('middle').outE().as('e')).dedup().otherV().as('endv').select('endv', 'e', 'middle').by(elementMap()).by(elementMap()).by(elementMap()).limit(1) ```...

**Describe the bug** A clear and concise description of what the bug is. As titled. Below is an example query on lsqb dataset that illustrates the problem: ``` gremlin> g.V().hasLabel("city").has("id",...

**Describe the bug** There seems to be an issue with the compiler where aliases in union subqueries cannot be referenced correctly. Below is an example that illustrates the problem: ```...

## What do these changes do? As titled ## Related issue number Fixes

stale