File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/cubejs-schema-compiler/test/integration/postgres Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -675,8 +675,8 @@ describe('PreAggregations', () => {
675675 type: 'rollupJoin',
676676 dimensions: [
677677 dim_1,
678- cube_2.dim_1,
679- cube_2.dim_2 // XXX
678+ CUBE. cube_2.dim_1,
679+ CUBE. cube_2.dim_2 // XXX
680680 ],
681681 rollups: [
682682 aaa,
@@ -873,8 +873,8 @@ describe('PreAggregations', () => {
873873 type: 'rollupJoin',
874874 dimensions: [
875875 dim_a,
876- cube_b.dim_b,
877- cube_b.cube_c.dim_c
876+ CUBE. cube_b.dim_b,
877+ CUBE. cube_b.cube_c.dim_c
878878 ],
879879 rollups: [
880880 aaa_rollup,
@@ -1163,8 +1163,8 @@ describe('PreAggregations', () => {
11631163 dimensions: [
11641164 merchant_sk,
11651165 product_sk,
1166- merchant_and_product_dims.status,
1167- other_facts.fact
1166+ CUBE. merchant_and_product_dims.status,
1167+ CUBE. other_facts.fact
11681168 ],
11691169 rollups: [
11701170 facts_rollup,
You can’t perform that action at this time.
0 commit comments