rdblue commented on code in PR #6139:
URL: https://github.com/apache/iceberg/pull/6139#discussion_r1022061358


##########
python/pyiceberg/expressions/visitors.py:
##########
@@ -60,32 +61,34 @@
     PrimitiveType,
 )
 
+B = TypeVar("B")

Review Comment:
   Wait, we shouldn't need to change this. Why don't we just define the typevar 
`T` here rather than importing it? We can reuse the name, right?



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

Reply via email to