File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -350,10 +350,6 @@ filterwarnings = [
350350 " ignore:unclosed <socket.socket" ,
351351 # Remove this in a future release of PySpark.
352352 " ignore:distutils Version classes are deprecated. Use packaging.version instead." ,
353- # Remove this in a future release of PySpark. https://github.com/apache/iceberg-python/issues/1349
354- " ignore:datetime.datetime.utcfromtimestamp\\ (\\ ) is deprecated and scheduled for removal in a future version." ,
355- # Remove this once https://github.com/boto/boto3/issues/3889 is fixed.
356- " ignore:datetime.datetime.utcnow\\ (\\ ) is deprecated and scheduled for removal in a future version." ,
357353 # Latest PySpark version (v3.5.3) throws this error, remove in a future release of PySpark (possibly v4.0.0).
358354 " ignore:is_datetime64tz_dtype is deprecated and will be removed in a future version." ,
359355]
You can’t perform that action at this time.
0 commit comments