Skip to content
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

Missing overload of getParentUniqueName #1336

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rgusmero
Copy link

@rgusmero rgusmero commented Apr 1, 2023

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.

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.
@rgusmero rgusmero requested a review from a team as a code owner April 1, 2023 09:00
@buildguy
Copy link
Collaborator

buildguy commented Apr 1, 2023

❌ Build failed in 1m 24s

Build command:

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

❗ No tests found!

Errors:

Filtered log (click to expand)

script returned exit code 1

ℹ️ This is an automatic message

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.

None yet

2 participants