pdpark commented on PR #829: URL: https://github.com/apache/iceberg-python/pull/829#issuecomment-2218252084
FYI: here's the `model_dump` of the two schemas - only showing the first field: `table_schema: {'type': 'struct', 'fields': ({'id': 1, 'name': 'id', 'type': 'string', 'required': False, 'doc': ''}, ...), 'schema-id': 0, 'identifier-field-ids': []}` `task_schema: {'type': 'struct', 'fields': ({'id': 1, 'name': 'id', 'type': 'string', 'required': False}, ...), 'schema-id': 0, 'identifier-field-ids': []}` Note that the `table_schema` field has a `doc` (pydantic) field, but the corresponding `task_schema` field does not. -- 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 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