jonathanc-n commented on issue #1202:
URL: https://github.com/apache/iceberg-rust/issues/1202#issuecomment-2800241376
@hugokitano I'll try to clarify this in the documentation
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
hugokitano commented on issue #1202:
URL: https://github.com/apache/iceberg-rust/issues/1202#issuecomment-2799207671
> Hi [@hugokitano](https://github.com/hugokitano), seems this example uses
the map type in the wrong way.
>
> ```
> // Create the key_value field with metadata
hugokitano closed issue #1202: Unable to write Map types with ParquetWriter
URL: https://github.com/apache/iceberg-rust/issues/1202
--
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 commen
ZENOTME commented on issue #1202:
URL: https://github.com/apache/iceberg-rust/issues/1202#issuecomment-2798502790
Hi @hugokitano, seems this example uses the map type in the wrong way.
```
// Create the key_value field with metadata
let mut key_value_metadata = HashMap::new(
hugokitano opened a new issue, #1202:
URL: https://github.com/apache/iceberg-rust/issues/1202
### Apache Iceberg Rust version
0.4.0 (latest version)
### Describe the bug
The apache rust map writer requires unique metadata fields for every Field.
The complex type `map` co