Fokko opened a new issue, #346: URL: https://github.com/apache/iceberg-go/issues/346
### Apache Iceberg version None ### Please describe the bug 🐞 Not sure if it is just a test-only thing. From `table_test.go` I changed the temp directory to `/tmp/voooo`, but it seems to encode the metadata in the path 🤔 ``` /tmp/voooo/metadata/00001-16fee60d-8467-4851-a0b5-91ed617e5da3.metadata.json/metadata /tmp/voooo/metadata/00001-16fee60d-8467-4851-a0b5-91ed617e5da3.metadata.json/metadata/snap-4401746492769173237-0-3c2f6c47-c6e2-4e03-9e4f-16c07f6ea64a.avro /tmp/voooo/metadata/00001-16fee60d-8467-4851-a0b5-91ed617e5da3.metadata.json/metadata/3c2f6c47-c6e2-4e03-9e4f-16c07f6ea64a-m1.avro /tmp/voooo/metadata/00001-f96c778c-cd6f-48c6-b626-208d4a81db3c.metadata.json /tmp/voooo/metadata/00001-f96c778c-cd6f-48c6-b626-208d4a81db3c.metadata.json/metadata /tmp/voooo/metadata/00001-f96c778c-cd6f-48c6-b626-208d4a81db3c.metadata.json/metadata/b67e7d50-ed58-49f3-95ba-056f61980365-m1.avro /tmp/voooo/metadata/00001-f96c778c-cd6f-48c6-b626-208d4a81db3c.metadata.json/metadata/snap-2988988974226817734-0-b67e7d50-ed58-49f3-95ba-056f61980365.avro /tmp/voooo/metadata/00001-3ea45a73-bd3a-48d8-ab8c-6d96732aef8b.metadata.json /tmp/voooo/metadata/00001-3ea45a73-bd3a-48d8-ab8c-6d96732aef8b.metadata.json/metadata /tmp/voooo/metadata/00001-3ea45a73-bd3a-48d8-ab8c-6d96732aef8b.metadata.json/metadata/snap-2017186713577531619-0-aedac5e5-0d0e-493e-948e-59e85647b027.avro /tmp/voooo/metadata/00001-3ea45a73-bd3a-48d8-ab8c-6d96732aef8b.metadata.json/metadata/aedac5e5-0d0e-493e-948e-59e85647b027-m1.avro ``` -- 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.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