We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d72289 commit af21cdbCopy full SHA for af21cdb
pyproject.toml
@@ -903,6 +903,8 @@ filterwarnings = [
903
"ignore:unclosed <socket.socket",
904
# Remove this in a future release of PySpark.
905
"ignore:distutils Version classes are deprecated. Use packaging.version instead.",
906
+ # Remove this in a future release of PySpark. https://github.com/apache/iceberg-python/issues/1349
907
+ "ignore:datetime.datetime.utcfromtimestamp\\(\\) is deprecated and scheduled for removal in a future version.",
908
# Remove this once https://github.com/boto/boto3/issues/3889 is fixed.
909
"ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for removal in a future version.",
910
]
0 commit comments