aosingh commented on code in PR #502:
URL: https://github.com/apache/arrow-nanoarrow/pull/502#discussion_r1625498870
##########
python/tests/test_array.py:
##########
@@ -354,3 +354,86 @@ def test_array_inspect(capsys):
array.inspect()
captured = capsys.readouterr()
assert captured.out.startswith("<ArrowArray struct<col0: int32")
+
+
+def test_array_using_struct(capsys):
Review Comment:
I have modified this testcase to compare the timestamp array values with its
corresponding` to_pysequence()`
I guess, in the remaining 2 tests, I wanted to verify if this fix works for
the problem which is the motivation behind this PR. i.e. successfully convert
to Pyarrow Table and Pandas Dataframe. (Maybe it is not needed?)
--
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]