-
- Downloads
Fix wrong aggregation field's `base_type` (#28741) (#28835)
* Fix wrong aggregation field's `base_type`
It should be the same as the underlying field, not a hard-coded number
typ (`type/Integer` or `type/Float`)
* Add unit tests
Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
Showing
- e2e/test/scenarios/filters/reproductions/25994-between-after-summarize-not-working.cy.spec.js 1 addition, 1 deletion...ions/25994-between-after-summarize-not-working.cy.spec.js
- frontend/src/metabase-lib/queries/structured/Aggregation.ts 13 additions, 1 deletionfrontend/src/metabase-lib/queries/structured/Aggregation.ts
- frontend/test/metabase-lib/lib/Dimension.unit.spec.js 56 additions, 0 deletionsfrontend/test/metabase-lib/lib/Dimension.unit.spec.js
Please register or sign in to comment