raulcd commented on a change in pull request #12252:
URL: https://github.com/apache/arrow/pull/12252#discussion_r791743995



##########
File path: python/pyarrow/tests/test_dataset.py
##########
@@ -3804,6 +3807,8 @@ def _get_compare_pair(data_source, record_batch, 
file_format, col_id):
     num_of_files_generated, number_of_partitions \
         = _get_compare_pair(data_source_2, record_batch_1, file_format,
                             partition_column_id)
+    print(f"Generated File Count: {num_of_files_generated}")

Review comment:
       Hi, thanks for the PR!
   It is the first time I am contributing to the project reviewing some PRs and 
trying to understand the project a little better. I was taking a look and from 
what I can see on the rest of the test files there are not many prints on them. 
Was it for debugging? I would probably remove the print unless there is a 
reason to have it.
   Thanks




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