ndrluis opened a new issue, #1330: URL: https://github.com/apache/iceberg-python/issues/1330
### Feature Request / Improvement I was studying Python libraries and how they handle deprecation. Specifically, I was exploring constant deprecation in the context of issue #1217. I found this [module](https://github.com/conda/conda/blob/main/conda/deprecations.py) in Conda, and they have [good documentation about deprecation](https://docs.conda.io/projects/conda/en/latest/dev-guide/deprecations.html). Since BSD-3 is compatible with Apache 2.0, I believe we could adopt their approach to deprecation. It is more robust and provides the ability to deprecate constants in a module or arguments in a function. I’d love to hear what you all think about this. Are there any suggestions or concerns we should consider? -- 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