You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/06/24 16:25:24 UTC

[GitHub] [iceberg] Fokko opened a new pull request, #5130: Python: Add flake8-comprehensions

Fokko opened a new pull request, #5130:
URL: https://github.com/apache/iceberg/pull/5130

   It’s slower to call e.g. `dict()` than using the empty literal `{}`, because the name `dict` must be looked up in the global scope in case it has been rebound.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue commented on pull request #5130: Python: Add flake8-comprehensions

Posted by GitBox <gi...@apache.org>.
rdblue commented on PR #5130:
URL: https://github.com/apache/iceberg/pull/5130#issuecomment-1166061421

   Thanks, @Fokko!


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue merged pull request #5130: Python: Add flake8-comprehensions

Posted by GitBox <gi...@apache.org>.
rdblue merged PR #5130:
URL: https://github.com/apache/iceberg/pull/5130


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org