vibhatha commented on a change in pull request #12252:
URL: https://github.com/apache/arrow/pull/12252#discussion_r791749029
##########
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:
Yeah and also left the print statement for
Future debugging purpose
We can remove it too.
##########
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:
Thank you for the review.
Yeah and also left the print statement for
Future debugging purpose
We can remove it too.
##########
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:
Removed the logs
--
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]