pentaho / mondrian

Mondrian is an Online Analytical Processing (OLAP) server that enables business users to analyze large quantities of data in real-time.
http://mondrian.pentaho.com/
Other
1.14k stars 724 forks source link

Missing overload of getParentUniqueName #1336

Open rgusmero opened 1 year ago

rgusmero commented 1 year ago

Overload of getParentUniqueName was missing and thus a call to RolapCubeMember's getParentUniqueName falled back to the BaseMumber implementation and, in turn, the RolapMember (and not RolapCubeMember) parent's UniqueName was returned. Implementing here allows to call getUniqueName from the Cube-related parent.

buildguy commented 1 year ago

:x: Build failed in 1m 24s

Build command:

mvn clean verify -B -e -Daudit -amd -DrunITs -pl mondrian

:exclamation: No tests found!

Errors:

Filtered log (click to expand)

``` script returned exit code 1 ```

:information_source: This is an automatic message