Skip to content
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

Add support for showing nulls and arrays by dataframe magic #148

Closed

Conversation

k1s
Copy link
Contributor

@k1s k1s commented Dec 5, 2017

This change adds support for showing dataframes with arrays and nulls by %%dataframe magic. Now null values cause NullPointerException and arrays are showed as "WrappedArray(1, 2, 3)" but not "[1, 2, 3]".

@k1s
Copy link
Contributor Author

k1s commented Dec 6, 2017

Test that failed fails on master too, but when I run it in sbt everything is fine, is that correct?

@lresende
Copy link
Member

lresende commented Jan 2, 2018

LGTM

@k1s I have created TOREE-462, could you please let me know your jira user or create one so I can properly assign to you.

@asfgit asfgit closed this in 0aafc3a Jan 2, 2018
@k1s
Copy link
Contributor Author

k1s commented Jan 13, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants