amogh-jahagirdar commented on issue #14043: URL: https://github.com/apache/iceberg/issues/14043#issuecomment-3299330390
Yeah adding fields to structs which are map _values_ should work. The project has a spark integration test which actually validates this https://github.com/apache/iceberg/blob/main/spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/sql/TestAlterTable.java#L128 I modified the test to be _similar_ to the provided example (it's a bit more simpler in terms of number of fields but still a map with string key and struct value with a field added to the struct later) but I can't actually repro the failure. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
