ZENOTME commented on issue #932:
URL: https://github.com/apache/iceberg-rust/issues/932#issuecomment-2638948709

   > [@ZENOTME](https://github.com/ZENOTME) When appending existing data files, 
should the system load file metadata by reading the current snapshot’s manifest 
lists from an existing Iceberg table, or would you prefer to specify a file 
path from which the system scans and infers metadata? I'm looking to just 
perform a `TableScan` based the answer and have it just add the `DataFiles` 
with the `add_data_file`.
   
   Hi @jonathanc-n, I think we can refer the implementation of pyiceberg: 
https://github.com/apache/iceberg-python/blob/main/pyiceberg/table/__init__.py#L669C9-L669C18.


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

Reply via email to