HeartSaVioR commented on issue #1476: URL: https://github.com/apache/iceberg/issues/1476#issuecomment-694643878
While it seems a bit odd expired snapshots are still shown (Have you run "refresh table hadoop_prod.ice.recmd_feedback_tb.snapshots" and "refresh table hadoop_prod.ice.recmd_feedback_tb.history"?), it's expected behavior for all data files to be on HDFS. You looks to be confused the behavior of expiring snapshots - it doesn't mean the operations done with these snapshots will be reverted. Data remains the same. You just no longer be able to do time-travel for expired snapshots or roll back to the specific snapshot among them. ---------------------------------------------------------------- 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]
