[
https://issues.apache.org/jira/browse/TINKERPOP-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18007332#comment-18007332
]
ASF GitHub Bot commented on TINKERPOP-2974:
-------------------------------------------
codecov-commenter commented on PR #3158:
URL: https://github.com/apache/tinkerpop/pull/3158#issuecomment-3075677687
##
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/3158?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Report
All modified and coverable lines are covered by tests :white_check_mark:
> Please [upload](https://docs.codecov.com/docs/codecov-uploader) report for
BASE (`3.8-dev@ca5544d`). [Learn
more](https://docs.codecov.io/docs/error-reference?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#section-missing-base-commit)
about missing BASE report.
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## 3.8-dev #3158 +/- ##
==========================================
Coverage ? 75.12%
==========================================
Files ? 28
Lines ? 6187
Branches ? 0
==========================================
Hits ? 4648
Misses ? 1333
Partials ? 206
```
</details>
[:umbrella: View full report in Codecov by
Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/3158?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
:loudspeaker: Have feedback on the report? [Share it
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
<details><summary> :rocket: New features to boost your workflow: </summary>
- :snowflake: [Test
Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests,
report on failures, and find test suite problems.
- :package: [JS Bundle
Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save
yourself from yourself by tracking and limiting bundle sizes in JS merges.
</details>
> `valueMap` step returns properties in random order
> --------------------------------------------------
>
> Key: TINKERPOP-2974
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2974
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.5.6, 3.6.4
> Reporter: Valentyn Kahamlyk
> Assignee: Ken Hu
> Priority: Minor
> Fix For: 3.8.0
>
>
> `valueMap` step return properties in random order. In most cases it's not
> important, but
> but for example this does not allow using `by` modulators correctly.
> In this example I expect to get `name` unfolded, but modulator applied to
> `location`
> {code:java}
> gremlin> g = TinkerFactory.createTheCrew().traversal()
> ==>graphtraversalsource[tinkergraph[vertices:6 edges:14], standard]
> gremlin> g.V(1).valueMap("location","name").by().by(__.unfold())
> ==>[name:[marko],location:san diego]{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)