Skip to content

Commit dd829bc

Browse files
test
1 parent de537e1 commit dd829bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class PrestodbQuery extends BaseQuery {
142142
templates.statements.select = '{% if ctes %} WITH \n' +
143143
'{{ ctes | join(\',\n\') }}\n' +
144144
'{% endif %}' +
145-
'SELECT {{ select_concat | map(attribute=\'aliased\') | join(\', \') }} {% if from %}\n' +
145+
' {{ select_concat | map(attribute=\'aliased\') | join(\', \') }} {% if from %}\n' +
146146
'FROM (\n {{ from }}\n) AS {{ from_alias }} {% elif from_prepared %}\n' +
147147
'FROM {{ from_prepared }}' +
148148
'{% endif %}' +

0 commit comments

Comments
 (0)