yangxk1 commented on PR #714: URL: https://github.com/apache/incubator-graphar/pull/714#issuecomment-3195931812
You need to think about these: > If `m` lines of data is split into `n` files: > > * First `n-1` files have `chunkSize` (get from `VertexInfo/EdgeInfo getChunkSize()`) entries each > * Last file has the remainder: `m - (n-1)*chunkSize` > > So we don’t need to read file record count. Open an Issue focus on discussion rather than description. This is also the specification of the [CONTRIBUTING](https://github.com/apache/incubator-graphar/blob/main/CONTRIBUTING.md) document. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
