rdsr opened a new issue #731: Expose an API in Spark to read incremental data
URL: https://github.com/apache/incubator-iceberg/issues/731
 
 
   @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")`.
   
   _Originally posted by @rdblue in 
https://github.com/apache/incubator-iceberg/pull/315#issuecomment-563019151_

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to