Use big types when we have big JSON contents (whacks #22732) (#23221)
Previously we defaulted to integer and float type in all cases for json unfolding type determination, even with bigints and bigdecimals. Now if we encounter a bignum in json unfolding we call it a bignum.
Showing
- src/metabase/driver/sql_jdbc/sync/describe_table.clj 4 additions, 0 deletionssrc/metabase/driver/sql_jdbc/sync/describe_table.clj
- test/metabase/driver/postgres_test.clj 4 additions, 0 deletionstest/metabase/driver/postgres_test.clj
- test/metabase/driver/sql_jdbc/sync/describe_table_test.clj 6 additions, 1 deletiontest/metabase/driver/sql_jdbc/sync/describe_table_test.clj
Please register or sign in to comment