unical1988 commented on PR #714: URL: https://github.com/apache/incubator-graphar/pull/714#issuecomment-3019869708
> 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. How to know about "m"? the count of the data file associated with the vertex? -- 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]
