File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
cubejs-databricks-jdbc-driver/src
cubejs-testing-drivers/fixtures Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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' ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments