-
Notifications
You must be signed in to change notification settings - Fork 54
fix(odata-service-inquirer): transformations check #3749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(odata-service-inquirer): transformations check #3749
Conversation
🦋 Changeset detectedLatest commit: c0fb0c6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
IainSAP
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @korotkovao
- Updates as defined by new requirements
- tests updates
- cset included
IainSAP
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx @korotkovao
- Reapproving
IainSAP
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments thx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-approving. further refactoring.
docirl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- changes look good
- tests updated
- not tested manually
|




Related to internal issue 36030
Change for supporting 8 transformations instead of 9 - filter, identity, orderby, skip, top, groupby, aggregate, concat.
When a service has both Hierarchical and analytical with 8 transformations , Analytical table type needs to be selected, otherwise it will be hierarchical
When selecting an ALP template, the entities filtered need to be compliant with Analytical usage ( @Aggregation.ApplySupported with 8 transformations for ABAP and only @Aggregation.ApplySupported for CAP)