marton-bod commented on a change in pull request #2512:
URL: https://github.com/apache/hive/pull/2512#discussion_r677475604



##########
File path: 
iceberg/iceberg-handler/src/test/queries/negative/timetravel_by_time_non_iceberg.q
##########
@@ -0,0 +1,2 @@
+create table tbl_orc (a int, b string);

Review comment:
       Right. I wonder, once we have metadata tables to query, if we'll be able 
to use them as subqueries to get a certain snapshot. E.g.
   ```
   select * from customers for system_version as of (select snapshot_id from 
default.customers.snapshots where ...)
   ```
   Not sure if the syntax will support inserting subqueries in this place




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

Reply via email to