aokolnychyi commented on issue #1306:
URL: https://github.com/apache/iceberg/issues/1306#issuecomment-671665442


   > I think it would be fine to build a catalog that supports this
   
   I was referring to a catalog as one option. Shouldn't it use `HadoopTables` 
API internally, though?
   
   Then we can support the following use cases:
   
   ```
   CREATE TABLE catalog_name.`path/to/table` USING iceberg
   SELECT * FROM catalog_name.`path/to/table` WHERE predicate
   SELECT * FROM catalog_name.`path/to/table`.snapshots
   ```


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

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