File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
cubejs-schema-compiler/src/adapter
cubejs-testing-drivers/fixtures Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 {% if distinct %}DISTINCT {% endif %}{ { 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 %}' +
Original file line number Diff line number Diff line change 189189 " querying BigECommerce: filtering with possible casts" ,
190190 " querying BigECommerce with Retail Calendar: totalCountRetailMonthAgo" ,
191191 " querying BigECommerce with Retail Calendar: totalCountRetailWeekAgo" ,
192+ " Tesseract: querying BigECommerce with Retail Calendar: totalCountRetailWeekAgo" ,
192193 " SQL API: Timeshift measure from cube" ,
193194
194195 " querying BigECommerce: rolling window by 2 week" ,
You can’t perform that action at this time.
0 commit comments