apache / incubator-graphar

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

bug(spark): The generated graphar data of example LdbcSample2Graph isn't correct #527

Closed acezen closed 5 days ago

acezen commented 1 week ago

Describe the bug, including details regarding any error messages, version, and platform.

Use csv as output payload format and run the LdbcSample2Graph example, checkout out the /tmp/graphar/ldbc_sample/edge/Person_Knows_Person/ordered_by_source/adj_list/, would find that there is no edge for part4, which is not correct. the correct output should like the testing data

Component(s)

Spark