-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Udt support, DF functions, mllib example #162
Conversation
.newInstance() | ||
|
||
KSimpleTypeWrapper( | ||
/* dt = */ dataType, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like this notation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:)
Removing typedCol() again since they already get an overhaul for kotlin 1.7 in #152 |
Suppressing compiler warnings for deprecation and other generated functions
@asm0dey I think we can merge this. I'd prefer this to go first before udf :) |
As requested by #29 and needed for #161.
Allows the implicit
encoder<>()
function to get to registered UDTs.Does still need tests!