Closed mrfreitas closed 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}.
DataFrame.fromResultSet
java.lang.IllegalArgumentException: Column type -5 is not yet supported by {krangl}
Can you guys please add support for bigint?
Thanks!
Thanks for the suggestion.
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 errorjava.lang.IllegalArgumentException: Column type -5 is not yet supported by {krangl}
.Can you guys please add support for bigint?
Thanks!