kaxil commented on code in PR #35287:
URL: https://github.com/apache/airflow/pull/35287#discussion_r1377553765
##########
tests/providers/common/sql/operators/test_sql.py:
##########
@@ -131,15 +131,15 @@ class TestColumnCheckOperator:
UNION ALL
SELECT 'X' AS col_name, 'distinct_check' AS check_type,
X_distinct_check AS check_result
FROM (SELECT COUNT(DISTINCT(X)) AS X_distinct_check FROM test_table
WHERE Y > 1) AS sq
- """ # noqa 501
+ """ # 501
Review Comment:
huh, this isn't right surely?
--
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]