GitHub user DancyHuang closed the discussion with a comment: Edge count num doesnot equals the edge_df.count?
After debugging the write process, it was found that duplicate vertex primary keys (PK) occurred during the definition of the Vertex_DF, leading to duplicate PKs in the vertex indexing. This caused duplicate edges when the internal edge_df joined the edge table with the vertex mapping, resulting in an increased edge count. It is OK now. GitHub link: https://github.com/apache/incubator-graphar/discussions/644#discussioncomment-10921721 ---- This is an automatically sent email for commits@graphar.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@graphar.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org For additional commands, e-mail: commits-h...@graphar.apache.org