kevinjqliu commented on code in PR #2750:
URL: https://github.com/apache/iceberg-python/pull/2750#discussion_r2538725465


##########
pyiceberg/expressions/__init__.py:
##########
@@ -48,8 +36,13 @@
 except ImportError:
     ConfigDict = dict
 
+if TYPE_CHECKING:
+    LiteralValue = Literal[Any]
+else:
+    LiteralValue = Literal

Review Comment:
   good one! sorry i merged it before you got a chance to submit your reviews
   Looks like Fokko has followed up with #2769 :) 



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