ZheHu created CALCITE-7067: ------------------------------ Summary: Maximum precision of unsigned bigint type in MySqlDialect should be 20 Key: CALCITE-7067 URL: https://issues.apache.org/jira/browse/CALCITE-7067 Project: Calcite Issue Type: Bug Components: core Affects Versions: 1.40.0 Reporter: ZheHu Assignee: ZheHu
MySQL'sunsigned bigint varies from 0 to 18446744073709551615(2^64 - 1), see [doc|https://dev.mysql.com/doc/refman/8.0/en/integer-types.html]. The max precision for UBIGINT in MySqlDialect should be 20 instead of 19. -- This message was sent by Atlassian Jira (v8.20.10#820010)