pitrou commented on a change in pull request #12753:
URL: https://github.com/apache/arrow/pull/12753#discussion_r838323890
##########
File path: python/pyarrow/tests/test_ipc.py
##########
@@ -240,6 +240,19 @@ def test_empty_stream():
pa.ipc.open_stream(buf)
+def test_read_year_month_nano_interval(tmpdir):
Review comment:
Can you add a reference to the JIRA here? Otherwise it's difficult to
understand why this test is written this way.
##########
File path: cpp/src/arrow/python/arrow_to_pandas.cc
##########
@@ -371,7 +371,7 @@ class PandasWriter {
return Status::OK();
}
PyAcquireGIL lock;
-
+ internal::InitPandasStaticData();
Review comment:
Shouldn't this simply go into the `PandasWriter` constructor?
--
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]