vesoft-inc / nebula-algorithm

Nebula-Algorithm is a Spark Application based on GraphX, which enables state of art Graph Algorithms to run on top of NebulaGraph and write back results to NebulaGraph.
71 stars 39 forks source link

Cast partitionNum to Int #91

Closed artemkorsakov closed 8 months ago

artemkorsakov commented 10 months ago

What type of PR is this?

What problem(s) does this PR solve?

Description:

partitionNum is always Int. Maybe it’s better to cast to Int in the start?