Closed Elssky closed 2 months ago
hi, @Elssky, you should update the testing submodule to the latest commit
hi, @Elssky, you should update the testing submodule to the latest commit yes
Attention: Patch coverage is 75.00000%
with 25 lines
in your changes missing coverage. Please review.
Project coverage is 74.28%. Comparing base (
359b829
) to head (ecb1d4b
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Reason for this PR
https://github.com/apache/incubator-graphar/issues/604
What changes are included in this PR?
Change the naming of vertex/edge type from
label
totype
Are these changes tested?
yes, and changed testing https://github.com/apache/incubator-graphar-testing/pull/23
Are there any user-facing changes?
yes
BREAKING CHANGE:
label
totype
.label
of C++/Spark/PySpark library change totype
, likegetLabel
togetType
.