HyukjinKwon commented on PR #48466: URL: https://github.com/apache/arrow/pull/48466#issuecomment-3668772032
@alippai Thanks for reviewing this. I am fine with keeping the original behaviour as is, and add a switch. That is actually another todo for Python conversion at: https://github.com/apache/arrow/blob/d09233af103bbfcd3617820192d78fff44d5c73e/python/pyarrow/src/arrow/python/python_to_arrow.cc#L312 If that's preferred, I can add a switch for Python and Arrow conversion sides, and keep the original behaviour as is (`True` for Python conv, and `False` for Arrow conv). Otherwise, we can also simply just remove this todo as well. -- 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]
