apache / iceberg-python

Apache PyIceberg
https://py.iceberg.apache.org/
Apache License 2.0
449 stars 163 forks source link

Remove deprecated `datetime` functions #1133

Open kevinjqliu opened 1 month ago

kevinjqliu commented 1 month ago

Feature Request / Improvement

To support python 3.12 in #1068, we had to ignore warnings for deprecated datetime functions.

Let's remove these deprecated functions from the codebase and also remove the warning filters.

https://github.com/apache/iceberg-python/blob/f2f428ec4d3c7d66b104ccaa235fc73fd0910bf3/pyproject.toml#L618-L619

hussein-awala commented 1 month ago

I can work on this issue