Waterfall bignum display fix (#19025) (#19563)
This actually has nothing to do with waterfalls. Really, it's that static viz is brutally incompatible with bignum types, bigint and bigdec. However, nothing will fit in the screen anyways if you actually need a bignum or bigint type so the solution was to just coerce and be OK with exploding if it actually needed bignum range.
Showing
- src/metabase/pulse/render/body.clj 4 additions, 6 deletionssrc/metabase/pulse/render/body.clj
- src/metabase/pulse/render/common.clj 27 additions, 9 deletionssrc/metabase/pulse/render/common.clj
- src/metabase/pulse/render/sparkline.clj 1 addition, 1 deletionsrc/metabase/pulse/render/sparkline.clj
- test/metabase/pulse/render/body_test.clj 4 additions, 0 deletionstest/metabase/pulse/render/body_test.clj
Please register or sign in to comment