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

fix(cubesql): Generate unique aliases for members of different cubes #8553

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

Conversation

MazterQyou
Copy link
Member

Check List

  • Tests has been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

Description of Changes Made

This PR fixes an issue with SQL push down SQL generator which would produce duplicate aliases when referencing cube members with the same name but different cubes.

Copy link

vercel bot commented Aug 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-angular-dashboard ⬜️ Ignored (Inspect) Visit Preview Sep 25, 2024 2:05pm
examples-react-d3 ⬜️ Ignored (Inspect) Visit Preview Sep 25, 2024 2:05pm
examples-react-dashboard ⬜️ Ignored (Inspect) Visit Preview Sep 25, 2024 2:05pm
examples-react-data-table ⬜️ Ignored (Inspect) Visit Preview Sep 25, 2024 2:05pm
examples-react-highcharts ⬜️ Ignored (Inspect) Visit Preview Sep 25, 2024 2:05pm
examples-react-material-ui ⬜️ Ignored (Inspect) Visit Preview Sep 25, 2024 2:05pm
examples-react-pivot-table ⬜️ Ignored (Inspect) Visit Preview Sep 25, 2024 2:05pm
examples-vue-query-builder ⬜️ Ignored (Inspect) Visit Preview Sep 25, 2024 2:05pm

@MazterQyou MazterQyou requested a review from a team as a code owner August 7, 2024 16:30
@MazterQyou MazterQyou force-pushed the cubesql/column-realiasing-fix branch from 40016a1 to 9cb2deb Compare August 7, 2024 16:33
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.66%. Comparing base (ab3771b) to head (2d5b243).
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8553      +/-   ##
==========================================
- Coverage   82.66%   82.66%   -0.01%     
==========================================
  Files         217      217              
  Lines       78125    78126       +1     
==========================================
- Hits        64583    64580       -3     
- Misses      13542    13546       +4     
Flag Coverage Δ
cubesql 82.66% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MazterQyou MazterQyou force-pushed the cubesql/column-realiasing-fix branch 2 times, most recently from acc3e1d to a0f5a63 Compare August 12, 2024 10:46
@MazterQyou MazterQyou force-pushed the cubesql/column-realiasing-fix branch 2 times, most recently from 0725164 to 1ba356b Compare September 25, 2024 12:22
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.

2 participants