kevinjqliu commented on issue #2426: URL: https://github.com/apache/iceberg-python/issues/2426#issuecomment-3254544130
thanks for the report! i can reproduce it locally. the issue seems to be related to the `foo` column as the `join_cols`. We hit this branch https://github.com/apache/iceberg-python/blob/52d810efb62e39ec6d8d6a2f4cd2cad8165e2d2c/pyiceberg/table/upsert_util.py#L33-L37 Seems like the `In` expression cannot handle None/Null values https://github.com/apache/iceberg-python/blob/52d810efb62e39ec6d8d6a2f4cd2cad8165e2d2c/pyiceberg/expressions/__init__.py#L678-L682 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
