mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
632355f85b
- Related to #9486 - Ensures that even though an integer column in Snowflake is represented by `Decimal` type, if the values are small enough, they are materialized as `Integer`. - If the values are larger, they are still read in as `Decimal`. - Adds tests for some other `Decimal` edge cases (various precisions and scales), and for `Float`. |
||
---|---|---|
.. | ||
aws/src/main/java/org/enso/aws | ||
base/src/main/java/org/enso/base | ||
benchmarks/src/main/java/org/enso/benchmarks/libs | ||
database/src/main/java/org/enso/database | ||
google-api | ||
image/src/main/java/org/enso/image | ||
snowflake/src/main/java/org/enso/snowflake | ||
table/src/main |