Skip to content

add int unsigned col type support#82

Merged
chavdar merged 2 commits intolinkedin:masterfrom
buptyzc:supportUnsignedIntFeature2
Aug 14, 2016
Merged

add int unsigned col type support#82
chavdar merged 2 commits intolinkedin:masterfrom
buptyzc:supportUnsignedIntFeature2

Conversation

@buptyzc
Copy link
Copy Markdown
Contributor

@buptyzc buptyzc commented Aug 11, 2016

Mysql col type contains int、tinyInt、mediumInt、bigInt。Dbus do not support these types。When we put these types with "int" in 'AvroPrimitiveTypes', If this types is set to unsigned,the value may be not right。For example,tinyInt unsigned( popular used in our system),192 in mysql,but we get -64. we do some changes to make it support int column Type.

@chavdar
Copy link
Copy Markdown
Contributor

chavdar commented Aug 14, 2016

LGTM

@chavdar chavdar merged commit b775aeb into linkedin:master Aug 14, 2016
@buptyzc buptyzc deleted the supportUnsignedIntFeature2 branch May 26, 2017 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants