kevinjqliu opened a new issue, #1349: URL: https://github.com/apache/iceberg-python/issues/1349
### Apache Iceberg version None ### Please describe the bug 🐞 datetime.datetime.utcfromtimestamp is deprecated starting from 3.12 https://docs.python.org/3.12/library/datetime.html#datetime.datetime.utcfromtimestamp Pyspark still use `datetime.datetime.utcfromtimestamp`, which was recently changed https://github.com/apache/spark/commit/8e02a6493ef5dc5949e161179a7c081c5ca58ff2#diff-bb02965370d515ec7add7967bc949c18c88ffc7346cceaebefb84907dfdce903L437 and will be available in version 4.0 Need to keep the warning filter until pyspark 4.0 -- 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.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