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