Hey Sardar,
Please use the following URL:
https://join.slack.com/t/apache-iceberg/shared_invite/zt-2561tq9qr-UtISlHgsdY3Virs3Z2_btQ
The
slack channel should be public, let me know what you ran into. We're always
happy to answer questions.
Kind regards,
Fokko
Op zo 5 nov 2023 om 20:02 schreef Sa
Hi,
I have a few questions regards to the new deltalakemigration method here:
https://iceberg.apache.org/docs/1.3.0/delta-lake-migration/
Could you please add me to the slack channel, so I could ask my questions,
Best,
Sardar Khan
_
Hi Iceberg Community,
I was also exploring Manifest file caching feature which was introduced in
Iceberg https://github.com/apache/iceberg/pull/4518 for Presto execution
engine. And as I checked Cache Metrics are getting computed and recorded in
Iceberg library for same, but didn’t find a way t
Right now, both should be guaranteed. The library will only create a new
spec identifier if there isn't an existing spec that meets the second
equality definition. That's implemented here:
https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/TableMetadata.java#L1537-L15