[
https://issues.apache.org/jira/browse/CALCITE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17954443#comment-17954443
]
Mihai Budiu commented on CALCITE-1466:
--------------------------------------
I see that JOOQ has a set of Java classes for Unsigned values, which are
Apache-licensed:
https://github.com/jOOQ/jOOQ/tree/main/jOOQ/src/main/java/org/jooq/types, so
for runtime support we could probably use these. Probably taking JOOQ as a
dependency would be excessive, it would be nice if we could get just this piece.
> Support for UNSIGNED types of TINYINT, SMALLINT, MEDIUMINT, INT, BIGINT in
> type system
> --------------------------------------------------------------------------------------
>
> Key: CALCITE-1466
> URL: https://issues.apache.org/jira/browse/CALCITE-1466
> Project: Calcite
> Issue Type: Improvement
> Components: avatica
> Reporter: Rajeshbabu Chintaguntla
> Assignee: Zhengqiang Duan
> Priority: Major
> Labels: pull-request-available
>
> There are some data bases like MySQL supporting unsigned data types. Apache
> Phoenix also supports them. Would be great to add them to calcite as well.
> http://dev.mysql.com/doc/refman/5.7/en/integer-types.html
--
This message was sent by Atlassian Jira
(v8.20.10#820010)