Siyuan Zhang

Results 48 issues of Siyuan Zhang

**Is your feature request related to a problem? Please describe.** We may want to parse `arrow::LargeListArray` from csv files. The raw format could be `[1, 2, 3, 4]`, and the...

enhancement
component:io
priority:high
summer-of-code

- [x] Support the new time unit called `Date32Type` and `Date64Type` added in Arrow 3.0 ( #439 ). - [ ] Currently timestamp are stored as `int64_t` in [graphscope](https://github.com/alibaba/GraphScope), which...

enhancement
component:graph
priority:medium
summer-of-code

This includes a series bug fixes and enhancement of groot deployment.

component:store

- Make the system modularized, each component can provide services, restart, and horizontal scale independently. This includes the GAE (could be further divided into GAE-base, GAE-Java, GAE-GPU), GIE (Groot, GAIA,...

enhancement

The src_vertex_id and dst_vertex_id is same even when the src label and dst label is different. Reported by @lidongze0629

bug
component:store

So we can clear all schema in one methods, like ```python schema.reset() schema.update() ``` instead of drop all vertices and edges label one by one.

component:store

Now if we `mvn install` we will install the jars to the `.m2/`, which will be cached by `actions/cache`. We don't want to cache out codes.

component:dev-infra

It should includes GAE-Java and GIE.

component:gie
component:gae

See if the buffer underflow error is still exists.