Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
The third issue discussed in #676
In the EdgeInfo
constructor, the parameter srcChunkSize
appears before chunkSize
. However, in org.apache.graphar.info.yaml.EdgeYaml#toEdgeInfo
, srcChunkSize
is passed after chunkSize
.
Component(s)
Java