Fokko commented on code in PR #5840:
URL: https://github.com/apache/iceberg/pull/5840#discussion_r978871196
##########
python/Makefile:
##########
@@ -19,6 +19,9 @@ install:
pip install poetry
poetry install -E pyarrow -E hive -E s3fs
+check-license:
+ ./dev/check-license
Review Comment:
I prefer to keep it separate if we want to move pyiceberg to a different
repo. It is a slimmed-down version of the original file that doesn't write the
result into an output file, and doesn't accept an exclusion file (not 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: [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]