[ https://issues.apache.org/jira/browse/TINKERPOP-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17747743#comment-17747743 ]
ASF GitHub Bot commented on TINKERPOP-2973: ------------------------------------------- codecov-commenter commented on PR #2164: URL: https://github.com/apache/tinkerpop/pull/2164#issuecomment-1652877413 ## [Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2164?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report > Merging [#2164](https://app.codecov.io/gh/apache/tinkerpop/pull/2164?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (cfe92dd) into [3.5-dev](https://app.codecov.io/gh/apache/tinkerpop/commit/29346f53b8955326964c54b5ffed04698a16c797?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (29346f5) will **increase** coverage by `6.44%`. > Report is 396 commits behind head on 3.5-dev. > The diff coverage is `62.50%`. ```diff @@ Coverage Diff @@ ## 3.5-dev #2164 +/- ## =========================================== + Coverage 63.48% 69.93% +6.44% =========================================== Files 23 24 +1 Lines 3599 3449 -150 =========================================== + Hits 2285 2412 +127 + Misses 1136 860 -276 + Partials 178 177 -1 ``` | [Files Changed](https://app.codecov.io/gh/apache/tinkerpop/pull/2164?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [gremlin-go/driver/graphTraversal.go](https://app.codecov.io/gh/apache/tinkerpop/pull/2164?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-Z3JlbWxpbi1nby9kcml2ZXIvZ3JhcGhUcmF2ZXJzYWwuZ28=) | `87.29% <58.33%> (-2.61%)` | :arrow_down: | | [gremlin-go/driver/graphTraversalSource.go](https://app.codecov.io/gh/apache/tinkerpop/pull/2164?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-Z3JlbWxpbi1nby9kcml2ZXIvZ3JhcGhUcmF2ZXJzYWxTb3VyY2UuZ28=) | `87.37% <100.00%> (+1.98%)` | :arrow_up: | ... and [14 files with indirect coverage changes](https://app.codecov.io/gh/apache/tinkerpop/pull/2164/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) > GraphComputer should allow vertex properties filtering > ------------------------------------------------------ > > Key: TINKERPOP-2973 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2973 > Project: TinkerPop > Issue Type: New Feature > Reporter: Boxuan Li > Priority: Minor > Attachments: image-2023-07-25-22-48-37-510.png, > image-2023-07-25-22-49-16-418.png > > > GraphComputer has vertexFilter and edgeFilter, but not yet a filter for > vertex properties. Many vertex programs don't need many if not all vertex > properties. PageRank, for example, does not need any vertex properties at > all. Having a vertex property filter can greatly reduce memory/disk usage. > > I implemented a vertex property filter and will submit a PR soon. In my use > case, the RDD size reduces from 2.8GB to 2.1GB by applying a vertex property > filter. That's 25% storage saving. > > Before: > !image-2023-07-25-22-49-16-418.png|width=1145,height=46! > After: > !image-2023-07-25-22-48-37-510.png|width=1366,height=28! -- This message was sent by Atlassian Jira (v8.20.10#820010)