kbendick commented on a change in pull request #3383: URL: https://github.com/apache/iceberg/pull/3383#discussion_r738857698
########## File path: python/tests/utils/test_bin_packing.py ########## @@ -17,34 +17,76 @@ import random -from iceberg.utils.bin_packing import PackingIterator import pytest +from iceberg.utils.bin_packing import PackingIterator + [email protected]("splits, lookback, split_size, open_cost", [ Review comment: Yeah `black` is definitely the standard in the python community these days. I'm also generally usually opposed but in this case, I think it makes sense. Admittedly, the choices it makes are definitely kind of strange to me at times. But I do recognize that it's the standard formatter for the language and is generally used as a best practice. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
