Currently, there are fields such as vertexcount, edgecount, centralpartitioncount which need to be changed to vertex_count, edge_count, central_partition_count. This change has to be carefully propagated to all the code segments and verified with integration tests.
Currently, there are fields such as
vertexcount,edgecount,centralpartitioncountwhich need to be changed tovertex_count,edge_count,central_partition_count. This change has to be carefully propagated to all the code segments and verified with integration tests.