Skip to content

Commit e0609dc

Browse files
committed
enable supportGeneratedSeriesForCustomTd
1 parent 9dd4c29 commit e0609dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/cubejs-databricks-jdbc-driver/src/DatabricksQuery.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ export class DatabricksQuery extends BaseQuery {
161161
return 120;
162162
}
163163

164+
public supportGeneratedSeriesForCustomTd() {
165+
return true;
166+
}
167+
164168
public sqlTemplates() {
165169
const templates = super.sqlTemplates();
166170
templates.functions.CURRENTDATE = 'CURRENT_DATE';

packages/cubejs-testing-drivers/fixtures/databricks-jdbc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
"SQL API: Rolling Window YTD (year + month + day + date_trunc equal)",
263263
"SQL API: Rolling Window YTD (year + month + day + date_trunc IN)",
264264

265-
"---- Different results comparing to baseQuery version. Need to investigate ----",
265+
"---- Different results comparing to baseQuery version. Need to investigate ----",
266266
"querying ECommerce: dimensions",
267267
"querying ECommerce: dimensions + order",
268268
"querying ECommerce: dimensions + limit",

0 commit comments

Comments
 (0)