pitrou commented on a change in pull request #12189:
URL: https://github.com/apache/arrow/pull/12189#discussion_r787966123



##########
File path: python/pyarrow/tests/test_table.py
##########
@@ -348,10 +349,26 @@ def test_table_roundtrip_to_pandas_empty_dataframe():
     table = pa.table(data)
     result = table.to_pandas()
 
+    # TODO the conversion results in a table with 0 rows if there is no index
+    # column

Review comment:
       But there is an index column, isn't there? I don't understand this 
comment.




-- 
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]


Reply via email to