Possible bug with Aggregate operator
Dear all,
I think I found a "fun" bug in theAggregateoperator by playing with the now famous Titanic dataset :
I wanted to calculate the count of thelabel"Survived" (Yes / No) :
So I set the following parameters :
- Aggregation attribute : Survived
- Aggregation functions : count
- Group by attributes : Survived
When executed, the process raises the following error :
When the label "Survived" is set asregular (using theSet Roleoperator), the process works fine :
It is possible that this bug has been reintroduced because a priori the process was used (without error) in the documentation
Regards,
Lionel
NB : the process :
<参数键= value =“group_by_attributes Survived"/>
Best Answer
-
gmeier Employee, MemberPosts:24RM Engineering
This was fixed only recently and is only part of the newest 9.0.0 beta. It works with the version I downloaded from the beta page yesterday.
If you cannot use the new beta yet, you can change the compatibility level of Aggregate back to 8.2.0.
2
Answers
Hi@lionelderkrikor,
this bug occurs when you aggregate on a special attribute. I think I've already reported it. Can you test if it's present in 9.0 BETA?
BR,
Martin
Dortmund, Germany
Hi@mschmitz,
Indeed, I shared the process using RM 8.2, but I confirm that the bug is still present in RM 9.0 BETA.
The process :
Regards,
Lionel
Hi@gmeier,
Effectively, I work with RM Studio 9.0 Beta since 18th July. I updated today RM studio with the newest version 9.0Beta4
and i confirm that this bug is fixed.
Thanks you for your reply,
Regards,
Lionel