Re: [D] Partition subfolder is not showing [iceberg-rust]

2025-06-06 Thread via GitHub
GitHub user macpie added a comment to the discussion: Partition subfolder is not showing This is just a quick `PartitionedLocationGenerator` I wrote. Probably not great but it's a start if someone want to generate partition folders. ```rust use iceberg::{ Error, ErrorKind, spec::TableMeta

Re: [D] Partition subfolder is not showing [iceberg-rust]

2025-06-06 Thread via GitHub
GitHub user liurenjie1024 added a comment to the discussion: Partition subfolder is not showing In summary, it's not part of iceberg spec to generate partition folder. User may provide its own location generator for do that. GitHub link: https://github.com/apache/iceberg-rust/discussions/140

Re: [D] Partition subfolder is not showing [iceberg-rust]

2025-06-05 Thread via GitHub
GitHub user macpie added a comment to the discussion: Partition subfolder is not showing I think this is a known "issue" see https://github.com/apache/iceberg-rust/issues/891 GitHub link: https://github.com/apache/iceberg-rust/discussions/1404#discussioncomment-13384833 This is an auto