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


##########
python/pyiceberg/expressions/visitors.py:
##########
@@ -940,7 +963,9 @@ def visit_or(
         raise ValueError(f"Not allowed: {left_result} || {right_result}")
 
 
-def expression_to_plain_format(expressions: Tuple[BooleanExpression, ...]) -> 
List[List[Tuple[str, str, Any]]]:
+def expression_to_plain_format(
+    expressions: Tuple[BooleanExpression, ...], cast_int_to_datetime: bool = 
False

Review Comment:
   When would this not be set?



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