Re: [I] Remove usage of deprecated functions from the codebase [iceberg-python]

2025-06-14 Thread via GitHub
kevinjqliu commented on issue #1327: URL: https://github.com/apache/iceberg-python/issues/1327#issuecomment-2972962971 i did a quick check on the codebase. i think we removed the usage of deprecated functions in pyiceberg's own codebase. so closing this issue -- This is an automated mess

Re: [I] Remove usage of deprecated functions from the codebase [iceberg-python]

2025-06-14 Thread via GitHub
kevinjqliu closed issue #1327: Remove usage of deprecated functions from the codebase URL: https://github.com/apache/iceberg-python/issues/1327 -- 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 sp

Re: [I] Remove usage of deprecated functions from the codebase [iceberg-python]

2025-06-12 Thread via GitHub
kris-gaudel commented on issue #1327: URL: https://github.com/apache/iceberg-python/issues/1327#issuecomment-2969002135 Hi there, I'm interested in contributing for the first time. Is this issue still relevant? If so, can someone assign this to me? -- This is an automated message from th

Re: [I] Remove usage of deprecated functions from the codebase [iceberg-python]

2024-11-16 Thread via GitHub
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

Re: [I] Remove usage of deprecated functions from the codebase [iceberg-python]

2024-11-16 Thread via GitHub
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

Re: [I] Remove usage of deprecated functions from the codebase [iceberg-python]

2024-11-15 Thread via GitHub
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. --