Fokko commented on code in PR #1068: URL: https://github.com/apache/iceberg-python/pull/1068#discussion_r1745925508
########## pyproject.toml: ########## @@ -611,6 +615,8 @@ filterwarnings = [ "ignore:unclosed <socket.socket", # Remove this in a future release of PySpark. "ignore:distutils Version classes are deprecated. Use packaging.version instead.", + "ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for removal in a future version.", + "ignore:datetime.datetime.utcfromtimestamp\\(\\) is deprecated and scheduled for removal in a future version.", Review Comment: Should we also create an issue for this one? Would be a good first issue for someone to get started with PyIceberg :) -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org