liuzx8888 commented on issue #7237: URL: https://github.com/apache/iceberg/issues/7237#issuecomment-1488774635
@RussellSpitzer I came with reference to this document [https://iceberg.apache.org/docs/latest/spark-procedures/](url) `CALL catalog_name.system.remove_orphan_files(table => 'db.sample', location => 'tablelocation/data')`  My understanding is that after executing this script, the corresponding table file will be sorted according to Zorder to regenerate new file data and metadata, but I looked at the file corresponding to hdfs, the file time has not changed, I am new to Iceberg, maybe there is something I did not understand? -- 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]
