You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/06/16 13:30:31 UTC

[GitHub] [iceberg] hililiwei commented on pull request #5061: Flink: upsert table join failed

hililiwei commented on PR #5061:
URL: https://github.com/apache/iceberg/pull/5061#issuecomment-1157664787

   > in your Expected Results:
   > 
   > ```
   > id                      data
   >  1                  20220607
   >  3                  20220505
   >  6                  20220505
   >  2                  20220504    -------> should 20220503 ?
   > ```
   
    ```sql
   …………
    where t1.data > t2.data or t2.data is null;
    ```
   t1:
   ('2','20220503')
   t2:
   ('2','20220504')
   20220503  should not be inserted
   


-- 
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-unsubscribe@iceberg.apache.org

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


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