Re: [I] How to get rid of the warning [iceberg-python]

2025-03-04 Thread via GitHub
lk-1984 commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2698443830 > yes those warning lines are removed in the new 0.9.0 release If you are still using 0.8.x, you can manually suppress those warnings https://docs.python.org/3/library/warnin

Re: [I] How to get rid of the warning [iceberg-python]

2025-03-04 Thread via GitHub
kevinjqliu commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2698011755 yes those warning lines are removed in the new 0.9.0 release If you are still using 0.8.x, you can manually suppress those warnings https://docs.python.org/3/library/war

Re: [I] How to get rid of the warning [iceberg-python]

2025-03-04 Thread via GitHub
lk-1984 commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2696947134 @kevinjqliu I have Python 3.11.11 and Pyiceberg 0.8.1. ``` pyiceberg /fooobar/.venv/lib/python3.11/site-packages/pyiceberg/utils/deprecated.py:35: DeprecationWar

Re: [I] How to get rid of the warning [iceberg-python]

2025-03-03 Thread via GitHub
kevinjqliu commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2695842177 @lk-1984 it was cherry-picked and released as part of 0.8.1 https://github.com/apache/iceberg-python/compare/main...pyiceberg-0.8.x commit id f8cb1c0d75c5ec0d9b479446eaa

Re: [I] How to get rid of the warning [iceberg-python]

2025-03-03 Thread via GitHub
lk-1984 commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2695027565 @kevinjqliu So this did not get into 0.8.1? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [I] How to get rid of the warning [iceberg-python]

2024-11-20 Thread via GitHub
kevinjqliu commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2489514017 Merged #1346, will try to get 0.8.1 out ASAP with this fix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] How to get rid of the warning [iceberg-python]

2024-11-20 Thread via GitHub
kevinjqliu closed issue #1336: How to get rid of the warning URL: https://github.com/apache/iceberg-python/issues/1336 -- 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 unsubs

Re: [I] How to get rid of the warning [iceberg-python]

2024-11-19 Thread via GitHub
kevinjqliu commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2487470684 Opened #1346 as a fix -- 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 t

Re: [I] How to get rid of the warning [iceberg-python]

2024-11-19 Thread via GitHub
kevinjqliu commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2487444598 The first warning, `Table.identifier property is deprecated. Please use Table.name() function instead.` is from the use of `Table.identifier` used by the pyiceberg codebas

Re: [I] How to get rid of the warning [iceberg-python]

2024-11-19 Thread via GitHub
sungwy commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2487112440 Hi @Fokko, @djouallah thanks for flagging this! I think I must have missed out on updating the `name` method in this large deprecation exercise: https://github.com/apache/ice

Re: [I] How to get rid of the warning [iceberg-python]

2024-11-19 Thread via GitHub
djouallah commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2487131390 polaris -- 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

Re: [I] How to get rid of the warning [iceberg-python]

2024-11-19 Thread via GitHub
Fokko commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2486954482 Looping in @sungwy here, did you mean to return `self._identifier` here? https://github.com/apache/iceberg-python/blob/a90c0140ee7b6c3a9d553c7317a98b8f9582d7d9/pyiceberg/

Re: [I] How to get rid of the warning [iceberg-python]

2024-11-19 Thread via GitHub
kevinjqliu commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2486727584 Possibly related to #1318, but i'll double check -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] How to get rid of the warning [iceberg-python]

2024-11-19 Thread via GitHub
kevinjqliu commented on issue #1336: URL: https://github.com/apache/iceberg-python/issues/1336#issuecomment-2486727124 Thanks for reporting this! This is a bug where the warning is emitted when the catalog identifier is not used. -- This is an automated message from the Apache Git Servi

[I] How to get rid of the warning [iceberg-python]

2024-11-18 Thread via GitHub
djouallah opened a new issue, #1336: URL: https://github.com/apache/iceberg-python/issues/1336 ### Question using this code with pyiceberg 0.8 ``` tbl = db+"."+"calendar" if not catalog.table_exists(tbl): df=duckdb.sql(""" SELECT cast(unnest(generate_series(cast ('201