|
179 | 179 | "querying BigECommerce: partitioned pre-agg", |
180 | 180 | "querying BigECommerce: null sum", |
181 | 181 | "querying BigECommerce: null boolean", |
| 182 | + |
| 183 | + "---------------------------------------", |
182 | 184 | "Unsupported JOIN ON conditions. Unexpected 'big_e_commerce__order_date_month > subtractWeeks(date_to, 2)'", |
183 | | - "--------------------", |
| 185 | + "---------------------------------------", |
184 | 186 | "querying BigECommerce: rolling window by 2 day", |
185 | 187 | "querying BigECommerce: rolling window by 2 week", |
186 | 188 | "querying BigECommerce: rolling window by 2 month", |
| 189 | + "querying BigECommerce: rolling window YTD (month)", |
| 190 | + "querying BigECommerce: rolling window YTD (month + week)", |
| 191 | + "querying BigECommerce: rolling window YTD (month + week + no gran)", |
| 192 | + "querying BigECommerce: rolling window YTD (month + week + day)", |
| 193 | + "querying BigECommerce: rolling window YTD (month + week + day + no gran)", |
187 | 194 |
|
188 | 195 | "---------------------------------------", |
189 | 196 | "Requires Tesseract. ", |
190 | 197 | "---------------------------------------", |
191 | 198 | "querying BigECommerce: rolling window by 2 day without date range", |
192 | 199 | "querying BigECommerce: rolling window by 2 month without date range", |
193 | | - "querying BigECommerce: rolling window YTD", |
194 | 200 | "querying BigECommerce: rolling window YTD without date range", |
195 | | - "--------------------", |
196 | 201 |
|
197 | 202 | "---------------------------------------", |
198 | 203 | "Custom Granularities ", |
|
209 | 214 | "SQL API: Nested Rollup over asterisk", |
210 | 215 | "SQL API: Rollup over exprs", |
211 | 216 | "SQL API: Rollup with aliases", |
212 | | - "SQL API: Simple Rollup" |
| 217 | + "SQL API: Simple Rollup", |
| 218 | + |
| 219 | + "SKIPPED SQL API (due to inconsistency)", |
| 220 | + "---------------------------------------", |
| 221 | + "Below doesn't work probably due to strict type comparison in ClickHouse, but tests run across all DBs", |
| 222 | + "SQL API: Rolling Window YTD (year + month + day + date_trunc IN)" |
213 | 223 | ] |
214 | 224 | } |
0 commit comments