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