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: commits-unsubscr...@graphar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org
For additional commands, e-mail: commits-h...@graphar.apache.org

Reply via email to