Re: [I] Upsert with NULL value not working [iceberg-python]

2025-04-04 Thread via GitHub
kevinjqliu closed issue #1835: Upsert with NULL value not working URL: https://github.com/apache/iceberg-python/issues/1835 -- 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 u

Re: [I] Upsert with NULL value not working [iceberg-python]

2025-03-31 Thread via GitHub
kevinjqliu commented on issue #1835: URL: https://github.com/apache/iceberg-python/issues/1835#issuecomment-2766916088 Thanks for reporting the issue @Benjamin-Lemaire #1861 should resolve this and will be included in the upcoming 0.9.1 release -- This is an automated message from the Ap

Re: [I] Upsert with NULL value not working [iceberg-python]

2025-03-31 Thread via GitHub
kevinjqliu closed issue #1835: Upsert with NULL value not working URL: https://github.com/apache/iceberg-python/issues/1835 -- 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 u

Re: [I] Upsert with NULL value not working [iceberg-python]

2025-03-26 Thread via GitHub
Benjamin-Lemaire commented on issue #1835: URL: https://github.com/apache/iceberg-python/issues/1835#issuecomment-2755110600 @Fokko , is it more clear with the example ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Upsert with NULL value not working [iceberg-python]

2025-03-24 Thread via GitHub
Benjamin-Lemaire commented on issue #1835: URL: https://github.com/apache/iceberg-python/issues/1835#issuecomment-2748182671 Sure! If you execute this code below on your own AWS account using Glue and S3, it creates an Iceberg table using the Glue catalog and adds one row where the column

Re: [I] Upsert with NULL value not working [iceberg-python]

2025-03-24 Thread via GitHub
Fokko commented on issue #1835: URL: https://github.com/apache/iceberg-python/issues/1835#issuecomment-2747868707 @Benjamin-Lemaire I don't fully understand the issue? Is this about having a null-value in the column that you try to deduplicate on? Could you maybe write a test-case to repro

[I] Upsert with NULL value not working [iceberg-python]

2025-03-24 Thread via GitHub
Benjamin-Lemaire opened a new issue, #1835: URL: https://github.com/apache/iceberg-python/issues/1835 ### Apache Iceberg version None ### Please describe the bug 🐞 The upsert function does not work when one of the two fields used for comparison is NULL. The diff_expr var