AlenkaF commented on code in PR #39112:
URL: https://github.com/apache/arrow/pull/39112#discussion_r1433851105


##########
python/pyarrow/tests/parquet/test_pandas.py:
##########
@@ -150,52 +144,22 @@ def 
test_pandas_parquet_2_0_roundtrip_read_pandas_no_index_written(
     tm.assert_frame_equal(df, df_read)
 
 
-# TODO(dataset) duplicate column selection actually gives duplicate columns now

Review Comment:
   I think there is only one similar test using datasets
   
https://github.com/apache/arrow/blob/3c66491846a24f17014b31a22fafdda0229f881a/python/pyarrow/tests/test_dataset.py#L3472-L3473
   which is same at the end but will still add another for `pq.read_table` 
which is now using only the new dataset API. Not sure if I have to roundtrip 
with pandas though?



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