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

Lynch Lee updated FLINK-8551:
-----------------------------
    Description: 
As we all known , see 
[https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-type-conversions.html]

SQL data type BIGINT in mysql represents UNSIGNED BIGINT by default , it can 
receive value from some columns typed Long or BigInteger if we use java/scala 
driver to write data into db.
||MySQL Type Name||Return value of {{GetColumnTyneName}}||Return value of 
{{GetColumnClassName}}||
|{{BIGINT[(M)] [UNSIGNED]}}|{{BIGINT [UNSIGNED]}}|{{java.lang.Long}}, if 
UNSIGNED {{java.math.BigInteger}}|

 

But now , in Flink SQL BIGINT just represents SIGNED BIGINT, that to say it can 
only receive value from some columns typed Long .

all supported types of the Table API defined in this class 
org.apache.flink.table.api.Types

 

so if we should let BIGINT in Flink SQL match the BIGINT in some SQL Engine , 
like MySQL.

 

 

 

 

  was:
As we all known , see 
[https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-type-conversions.html]

SQL data type BIGINT in mysql represents UNSIGNED BIGINT by default , it can 
receive value from some columns typed Long or BigInteger if we use java/scala 
driver to write data into db.
||MySQL Type Name||Return value of {{GetColumnTyneName}}||Return value of 
{{GetColumnClassName}}||
|{{BIGINT[(M)] [UNSIGNED]}}|{{BIGINT [UNSIGNED]}}|{{java.lang.Long}}, if 
UNSIGNED {{java.math.BigInteger}}|

 

By now , in Flink SQL BIGINT just represents SIGNED BIGINT, that to say it can 
only receive value from some columns typed Long .

all supported types of the Table API defined in this class 
org.apache.flink.table.api.Types

 

so if we should let BIGINT in Flink SQL match the BIGINT in some SQL Engine , 
like MySQL.

 

 

 

 


> Should BIGINT in Flink SQL will be enchance to 
> -----------------------------------------------
>
>                 Key: FLINK-8551
>                 URL: https://issues.apache.org/jira/browse/FLINK-8551
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL
>    Affects Versions: 1.4.0
>            Reporter: Lynch Lee
>            Priority: Major
>             Fix For: 1.4.0
>
>
> As we all known , see 
> [https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-type-conversions.html]
> SQL data type BIGINT in mysql represents UNSIGNED BIGINT by default , it can 
> receive value from some columns typed Long or BigInteger if we use java/scala 
> driver to write data into db.
> ||MySQL Type Name||Return value of {{GetColumnTyneName}}||Return value of 
> {{GetColumnClassName}}||
> |{{BIGINT[(M)] [UNSIGNED]}}|{{BIGINT [UNSIGNED]}}|{{java.lang.Long}}, if 
> UNSIGNED {{java.math.BigInteger}}|
>  
> But now , in Flink SQL BIGINT just represents SIGNED BIGINT, that to say it 
> can only receive value from some columns typed Long .
> all supported types of the Table API defined in this class 
> org.apache.flink.table.api.Types
>  
> so if we should let BIGINT in Flink SQL match the BIGINT in some SQL Engine , 
> like MySQL.
>  
>  
>  
>  



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

Reply via email to