apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
195 stars 40 forks source link

[Feat][C++] Refactor the testing data with whole ldbc dataset and add unit tests for `Date` and `Timestamp` type #402

Open acezen opened 3 months ago

acezen commented 3 months ago

Is your feature request related to a problem? Please describe. Since GraphAr c++ has support Date and Timestamp data type. It should be support the whole ldbc dataset as our testing data.

Describe the solution you'd like as title

Describe alternatives you've considered NA

Additional context related #398