Skip to content

Commit b392adb

Browse files
committed
in work
1 parent 82ba749 commit b392adb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cubejs-schema-compiler/src/adapter/BigqueryQuery.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ export class BigqueryQuery extends BaseQuery {
367367
templates.types.decimal = 'BIGDECIMAL({{ precision }},{{ scale }})';
368368
templates.types.binary = 'BYTES';
369369
templates.operators.is_not_distinct_from = 'IS NOT DISTINCT FROM';
370-
templates.join_types.full = 'FULL';
371370
templates.statements.time_series_select = 'SELECT DATETIME(TIMESTAMP(f)) date_from, DATETIME(TIMESTAMP(t)) date_to \n' +
372371
'FROM (\n' +
373372
'{% for time_item in seria %}' +

0 commit comments

Comments
 (0)