kou commented on code in PR #36877:
URL: https://github.com/apache/arrow/pull/36877#discussion_r1274389071
##########
python/pyarrow/scalar.pxi:
##########
@@ -1127,4 +1131,4 @@ def scalar(value, type=None, *, from_pandas=None,
MemoryPool memory_pool=None):
# retrieve the scalar from the first position
scalar = GetResultValue(array.get().GetScalar(0))
- return Scalar.wrap(scalar)
+ return Scalar.wrap(scalar)
Review Comment:
Could you revert this change too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]