pdpark commented on PR #829: URL: https://github.com/apache/iceberg-python/pull/829#issuecomment-2218180682
BTW: the `NestedField` `__str__` function made it difficult to debug because printing the schemas invoked`__str__` so the doc fields looked identical in the output. I had to use the `pydantic` `model_dump` function to see the difference. -- 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]
