Fokko commented on code in PR #6525:
URL: https://github.com/apache/iceberg/pull/6525#discussion_r1064476726


##########
python/pyiceberg/avro/file.py:
##########
@@ -93,49 +96,52 @@ def get_schema(self) -> Schema:
             raise ValueError("No schema found in Avro file headers")
 
 
+F = TypeVar("F", bound=StructProtocol)

Review Comment:
   It was `Field`, I wanted to pick a letter that wasn't used regularly. Let's 
go for D instead, I like it!



-- 
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]

Reply via email to