Column of type Int(10) which doesn’t fit in a java.lang.Integer

thank you @balaji.ramaswamy.

Any updates in this topic?

@capihacendado Sorry about the delay, able to sort out the issue I had in adding Mysql to my Dremio, now able to reproduce this issue and have created an internal ticket with Engineering

@balaji.ramaswamy Thank you so much for you answer.

It great to hear that! Hopefully they will fix the bug soon!!
Please, once they fix it it will be nice if you update the thread to let us know!

Thank you again for your effort!

@capihacendado Yes engineering is looking into this and once fixed the release notes should mention it

this maybe caused by jdbc mysql arp in mysql-arp.yaml it treat int unsigned as int but in mysql int unsigned maybe bigger than java int.maxvalue