rok commented on code in PR #47199:
URL: https://github.com/apache/arrow/pull/47199#discussion_r2242783733


##########
python/pyarrow/tests/parquet/common.py:
##########
@@ -121,6 +121,11 @@ def _test_dataframe(size=10000, seed=0):
     return df
 
 
+def _test_table(size=10000, seed=0):
+    df = _test_dataframe(size, seed)
+    return pa.Table.from_pandas(df, preserve_index=False)

Review Comment:
   That looks good, thanks!
   
   > Maybe we can deal this in another issue? It seems numpy is still a must 
for a lot of test cases.
   
   Yeah, let's capture that with another issue and defer to when it's 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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to