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: [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]