-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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-13474: [Python] Fix crash in take/filter of empty ExtensionArray #11227
Conversation
|
RETURN_NOT_OK(VisitTypeInline(*type.storage_type(), this)); | ||
return Status::OK(); | ||
} | ||
|
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.
Should we also add a C++ test here?
arrow/cpp/src/arrow/array/array_test.cc
Line 334 in 87e2ad5
TEST_F(TestArray, TestMakeArrayOfNull) { |
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.
+1 for adding a test
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.
Added the smallint()
extension type to that test.
ab82de9
to
e93add1
Compare
Closes apache#11227 from jorisvandenbossche/ARROW-13474 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>
No description provided.