holgerbrandl / krangl

krangl is a {K}otlin DSL for data w{rangl}ing
MIT License
560 stars 50 forks source link

Column type -5 is not yet supported #129

Closed mrfreitas closed 3 years ago

mrfreitas commented 3 years ago

Hello, i have a mysql table with some columns as bigint, seems that krangl does not support it yet.

When i do DataFrame.fromResultSet i get this error java.lang.IllegalArgumentException: Column type -5 is not yet supported by {krangl}.

Can you guys please add support for bigint?

Thanks!

holgerbrandl commented 3 years ago

Thanks for the suggestion.