fanaticjo commented on issue #9281: URL: https://github.com/apache/iceberg/issues/9281#issuecomment-1852055449
we just wanted using a tag/ branch to pull out the data written into that period only . i saw there is an incremental read available in in dataframe df = spark.read \ .format("iceberg") \ .option("start-snapshot-id", "360041659320668788") \ .option("end-snapshot-id", "9170237062650942416") \ .load("glue_catalog.playground.cash_report_iceberg") is there an option this can be done through spark sql then also it would solve our requirement . -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org