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/08/31 12:00:29 UTC

[GitHub] [iceberg] openinx commented on issue #5671: The upsert mode can query the historical version of the data under certain conditions

openinx commented on issue #5671:
URL: https://github.com/apache/iceberg/issues/5671#issuecomment-1232842923

   Do you mean:  it should see empty row set when execute the following SQL ? 
   
   ```sql
   hive (iceberg_yx)> select * from upsert_update_time_test where update_time <= '2022-08-26 15:45:00';
   OK
   upsert_update_time_test.id upsert_update_time_test.data upsert_update_time_test.update_time
   1 101 2022-08-26 15:44:50
   ```


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