You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Piotr Bojko (JIRA)" <ji...@apache.org> on 2018/11/29 13:52:00 UTC

[jira] [Updated] (CALCITE-2719) MySQL does not support cast to bigint type

     [ https://issues.apache.org/jira/browse/CALCITE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piotr Bojko updated CALCITE-2719:
---------------------------------
    Description: 
Cast to BIGING is not supported in MySQL. The trick is to use CAST to UNSIGNED INT. 

When accepted I will try to fix this.

> MySQL does not support cast to bigint type
> ------------------------------------------
>
>                 Key: CALCITE-2719
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2719
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.17.0
>            Reporter: Piotr Bojko
>            Assignee: Julian Hyde
>            Priority: Major
>
> Cast to BIGING is not supported in MySQL. The trick is to use CAST to UNSIGNED INT. 
> When accepted I will try to fix this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)