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 2019/12/09 00:46:07 UTC

[GitHub] [incubator-iceberg] rdblue commented on issue #315: [WIP] Incremental processing prototype

rdblue commented on issue #315: [WIP] Incremental processing prototype
URL: https://github.com/apache/incubator-iceberg/pull/315#issuecomment-563019151
 
 
   @prodeezy & @rdsr, I think this could be exposed using Spark's multi-part name format, like we do with metadata tables.
   
   For example, to read the history table you use `db.table.history`. We could do the same thing with snapshot IDs for time-travel, like `db.table.982135791981`. And we could then use `..` to denote a range, like `db.table.982135791981..7159871509310`. That would get passed to Iceberg as `Identifier(Array("db", "table", "982135791981", ""), "7159871509310")`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org