[
https://issues.apache.org/jira/browse/CALCITE-7067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ZheHu updated CALCITE-7067:
---------------------------
Summary: Maximum precision of UNSIGNED BIGINT type in MysqlSqlDialect
should be 20 (was: Maximum precision of unsigned bigint type in
MysqlSqlDialect should be 20)
> Maximum precision of UNSIGNED BIGINT type in MysqlSqlDialect 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
> Priority: Minor
>
> 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)