kevinjqliu commented on issue #1327:
URL:
https://github.com/apache/iceberg-python/issues/1327#issuecomment-2480814630
That's true. For the short term, it'll be good to go through the API already
marked for deprecation and make sure the codebase itself is not using them
--
This is an au
ndrluis commented on issue #1327:
URL:
https://github.com/apache/iceberg-python/issues/1327#issuecomment-2480750139
Oh, ok. I believe we need to work on #1099. The way we are currently working
makes it hard to deprecate because most of our code is public.
--
This is an automated message
ndrluis commented on issue #1327:
URL:
https://github.com/apache/iceberg-python/issues/1327#issuecomment-2480372639
@kevinjqliu Could you explain what you expect? I didn't understand the
purpose of this issue. I believe we are supposed to warn the user when they use
a deprecated API.
--
kevinjqliu opened a new issue, #1327:
URL: https://github.com/apache/iceberg-python/issues/1327
### Apache Iceberg version
None
### Please describe the bug 🐞
Functions that are marked deprecated emit a warning. We should remove the
use of deprecated functions from the co