-
Notifications
You must be signed in to change notification settings - Fork 14
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
ARROW-241: Checking list-types in schema support raises an error #223
Conversation
Thanks for supplying this fix @lazargugleta! One last thing we'd need is for you to add a test case for this function. This ensures that we will not see this error again. |
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.
See above.
@Jibola |
LGTM, scheduling the tests. |
Why remove test_py_empty_list_raises? |
It tests the same case. |
Yeah could you add it back? It's nice to have as an extra regression test. Also our pre-commit checks are failing. You will need to install and run:
|
Thanks, test added back + reformatted code according to formating |
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.
Thanks!
JIRA TICKET