Fokko commented on code in PR #1416: URL: https://github.com/apache/iceberg-python/pull/1416#discussion_r1902135055
########## tests/expressions/test_parser.py: ########## @@ -70,7 +70,6 @@ def test_equals_false() -> None: def test_is_null() -> None: assert IsNull("foo") == parser.parse("foo is null") assert IsNull("foo") == parser.parse("foo IS NULL") - assert IsNull("foo") == parser.parse("table.foo IS NULL") Review Comment: Ah, of course. Maybe we want to assert that the behavior is not allowed anymore. -- 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