Alsaxian commented on issue #3607:
URL: https://github.com/apache/iceberg/issues/3607#issuecomment-2231200604

   Hi @RussellSpitzer ,  does it mean that in the following case
   ```
   MERGE INTO iceberg_hive_cat.iceberg_poc_db.iceberg_tab target
   USING (SELECT * FROM source)
   ON target.col1 = source.col1 AND target.purchase_date = source.purchase_date
   ```
   where pruchase_date is the partition key of the target table, the pushdown 
will happen as well?  
     
   Can I expect an almost same performance as for `INSERT INTO`, when the 
source table doesn't share the same partitions (here `purchase_date`s) at all?


-- 
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