GitHub user DancyHuang closed a discussion: Edge count num doesnot equals the edge_df.count?
I read three columns from orc files, and construct a edge_df use: orcfiles_df.select("src", "dst", "attr"), and use GraphWrite to write a graphdata , use putEdgeData(tag, edge_df) to write . but when write successfully, I read the write data with EdgeReader,the edge_count files read num is more bigger than the edge_df.count(). By the way , the vertex_df.count() equals the numbers in vertex_count file . Is there any method that requires special attention when using it, which I might have overlooked? GitHub link: https://github.com/apache/incubator-graphar/discussions/644 ---- 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