Skip to content

Conversation

@yanxutao89
Copy link
Collaborator

What this PR does / why we need it?

fix enhance operator in and support nested json path

Summary of your change

Please indicate you've done the following:

  • Made sure tests are passing and test coverage is added if needed.
  • Made sure commit message follow the rule of Conventional Commits specification.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed.

Comment on lines +1412 to +1415
Long[] longs = new ArrayList<>((Collection<?>) eval).stream()
.filter(Objects::nonNull)
.map(v -> Long.parseLong(v.toString()))
.toArray(Long[]::new);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里可以去掉对Stream的使用么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants