rdblue commented on code in PR #5627: URL: https://github.com/apache/iceberg/pull/5627#discussion_r956787377
########## python/pyiceberg/schema.py: ########## @@ -276,6 +279,32 @@ def primitive(self, primitive: PrimitiveType) -> T: """Visit a PrimitiveType""" +class PreOrderSchemaVisitor(Generic[T], ABC): Review Comment: Is this pre-order? In Java we called it `CustomOrder` because you can choose when to visit children by accessing the callable. -- 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