Weibin Zeng

Results 54 issues of Weibin Zeng

**Describe the bug** as title detail can see the [github action log](https://github.com/alibaba/GraphScope/actions/runs/8262340855/job/22640088986?pr=3627) **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down...

### Discussed in https://github.com/alibaba/GraphScope/discussions/3225 Originally posted by **zjarles** September 16, 2023 将子图转换为networks图后,在循环遍历时,报错如下,请问是什么原因呢? G = nx.DiGraph(sub_graph, default_label="trmnl") for node in G.nodes(data=True): print(node) AnalyticalEngineInternalError: /work/analytical_engine/core/object/object_manager.h:80: GetObject -> Object graph_GWXIIwo7 does not exist...

stale

**Describe the bug** User run `flash.harmonic_centrality` algorithm on a large string id dataset (1.2 billion vertices, 3.2 billion edges), and dumps the result with `contest.output`. Got error: ![915736CC-9809-4A26-93C6-B0F7051D5740](https://github.com/alibaba/GraphScope/assets/11835645/64e059ab-dbb8-4f3d-8345-d1795b121d16) **To Reproduce**...

stale

Can this gspan algorithm suport directed graph? if it can, what's diff between this and Yan's paper in subgraph growth( get potential children)?

enhancement

**Is your feature request related to a problem? Please describe.** GraphAr is a graph file format that supports a variety of payload file formats, including CSV, Parquet, and ORC. However,...

enhancement
good first issue
help wanted

### Describe the enhancement requested [Incubator Releases Guide](https://incubator.apache.org/guides/releasemanagement.html#choice_of_disclaimers) #### C++ - #476 #### Maven projects: Java & Scala - #478 #### Python #### Other - [ ] ensure all licenses...

need-further-discussion

### Reason for this PR as issue #73 describes, currently the C++ library, Java, and scala library implement the format independently and they may have some miss-match between the implementation....

**Is your feature request related to a problem? Please describe.** Utilize ProtoBuf to ensure the metadata information of GAR file format to behave exactly the same across different languages. **Describe...

enhancement
priority:high
Component:Format

**Is your feature request related to a problem? Please describe.** Currently the GraphAr C++ library supports to write chunks in different file formats (CSV, Parquet and ORC) with Arrow's internal...

good first issue
Component:C++

### Describe the enhancement requested Clang-tidy prefers it. It is more compact and now that we are on C++ 17 I don't see any reason we shouldn't move everything over....

enhancement
good first issue
Component:C++