sungwy commented on issue #402:
URL: https://github.com/apache/iceberg-python/issues/402#issuecomment-2371902578

   Hi @Minfante377 sorry for the delayed response, and thank you for the 
interest!
   
   Unfortunately, this is still an open issue on PyIceberg with no assignee. 
MERGE INTO with the column matching semantics like:
   
   `MERGE INTO table t using (SELECT ...) s ON t.id = s.id`
   
   is unfortunately a bit complicated to support efficiently, so I've been 
trying to make time to look at it in depth. And unfortunately I haven't had the 
time for this specific issue.
   
   Would you be interested in making a contribution?


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to