igorcalabria commented on issue #5590: URL: https://github.com/apache/iceberg/issues/5590#issuecomment-1247897238
Hi, I'm sorry but I'm not really sure if I understood your comment. Iceberg already supports incremental reads (https://iceberg.apache.org/docs/latest/spark-queries/#incremental-read) and it only works on append only tables: > Currently gets only the data from append operation. Cannot support replace, overwrite, delete operations. Incremental read works with both V1 and V2 format-version. Incremental read is not supported by Spark’s SQL syntax. The proposal here is about exposing the functionality that's already there to the SQL syntax, not expanding it with support for more operations. -- 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]
