File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/cubejs-schema-compiler/test/integration/postgres Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2450,6 +2450,9 @@ describe('PreAggregations', () => {
24502450 const preAggregationsDescription = query . preAggregations ?. preAggregationsDescription ( ) ;
24512451 console . log ( preAggregationsDescription ) ;
24522452
2453+ expect ( queryAndParams [ 0 ] ) . toContain ( 'visitors_for_join_inc_cards' ) ;
2454+ expect ( queryAndParams [ 0 ] ) . toContain ( 'vc_for_join' ) ;
2455+
24532456 console . log ( query . preAggregations ?. rollupMatchResultDescriptions ( ) ) ;
24542457
24552458 const queries = dbRunner . tempTablePreAggregations ( preAggregationsDescription ) ;
@@ -2494,6 +2497,9 @@ describe('PreAggregations', () => {
24942497 const preAggregationsDescription = query . preAggregations ?. preAggregationsDescription ( ) ;
24952498 console . log ( preAggregationsDescription ) ;
24962499
2500+ expect ( queryAndParams [ 0 ] ) . toContain ( 'visitors_partitioned_hourly_for_join' ) ;
2501+ expect ( queryAndParams [ 0 ] ) . toContain ( 'vc_for_join' ) ;
2502+
24972503 console . log ( query . preAggregations ?. rollupMatchResultDescriptions ( ) ) ;
24982504
24992505 const queries = dbRunner . tempTablePreAggregations ( preAggregationsDescription ) ;
You can’t perform that action at this time.
0 commit comments