-
Notifications
You must be signed in to change notification settings - Fork 63
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
Fix: Jupyter compile-time DF type not recognized #401
Conversation
…Group, AnyRow, AnyFrame, and ImportDataSchema
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.
It looks that better to have some String constants separately with giving some explanation about types and so on
Agreed, I thought of using KotlinPoet or something to generate the name from the class name, but I couldn't yet figure out how to generate a |
…lHost.execute() function
Fixes #284.
Basically, an
updateVariable
case was added for theAny
type, which then checks (in the correct "reversed" order) the instances of the types to update the variable (including a new cast-operation).Tests appear to be working fine, as well as actual notebooks, but feel free to try it for yourself.