You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/04/20 15:26:51 UTC

[GitHub] [hive] marton-bod commented on pull request #3222: HIVE-26151: Support range-based time travel queries for Iceberg

marton-bod commented on PR #3222:
URL: https://github.com/apache/hive/pull/3222#issuecomment-1104065890

   The syntax should be marked experimental/alpha with evolving-semantics here. The problem is that FROM ... TO has a different semantics in standard SQL, it returns all rows that were active during the time window (so it can contain rows that were inserted before the time window), instead of just the appends that happened during the window. Let's discuss it tomorrow, but we might want to come up with a way to document it that this alpha/experimental at this stage.


-- 
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: gitbox-unsubscribe@hive.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org