jayceslesar commented on PR #1542: URL: https://github.com/apache/iceberg-python/pull/1542#issuecomment-2604763110
this introduces sort of a tricky typing problem... ``` tests/expressions/test_literals.py:910: error: Value of type variable "L" of "literal" cannot be "datetime" [type-var] tests/integration/test_reads.py:976: error: Value of type variable "L" of "GreaterThanOrEqual" cannot be "datetime" [type-var] tests/integration/test_reads.py:979: error: Value of type variable "L" of "LessThan" cannot be "datetime" [type-var] ``` Will check it out tonight but can't just fix by adding `datetime` to the `L` type -- 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