Closed shangyian closed 3 months ago
There's a bug with creating cubes that have dimension attributes that share the same column name but come from different dimension nodes. This is due to a "group by" we do on the column name that shouldn't be done.
Locally
make check
make test
N/A
Summary
There's a bug with creating cubes that have dimension attributes that share the same column name but come from different dimension nodes. This is due to a "group by" we do on the column name that shouldn't be done.
Test Plan
Locally
make check
passesmake test
shows 100% unit test coverageDeployment Plan
N/A