Re: [I] Unable to write Map types with ParquetWriter [iceberg-rust]

2025-04-14 Thread via GitHub
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

Re: [I] Unable to write Map types with ParquetWriter [iceberg-rust]

2025-04-12 Thread via GitHub
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

Re: [I] Unable to write Map types with ParquetWriter [iceberg-rust]

2025-04-12 Thread via GitHub
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

Re: [I] Unable to write Map types with ParquetWriter [iceberg-rust]

2025-04-11 Thread via GitHub
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(

[I] Unable to write Map types with ParquetWriter [iceberg-rust]

2025-04-11 Thread via GitHub
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