uranusjr commented on a change in pull request #18679:
URL: https://github.com/apache/airflow/pull/18679#discussion_r720748264
##########
File path: tests/providers/apache/drill/operators/test_drill.py
##########
@@ -56,8 +56,8 @@ def test_drill_operator_single(self):
def test_drill_operator_multi(self):
sql = [
- "create table dfs.tmp.test_airflow as" "select * from
cp.`employee.json` limit 10",
- "select sum(employee_id), any_value(full_name)" "from
dfs.tmp.test_airflow",
+ "create table dfs.tmp.test_airflow as select * from
cp.`employee.json` limit 10",
+ "select sum(employee_id), any_value(full_name) from
dfs.tmp.test_airflow",
Review comment:
Becuase this is valid Python 🙂 In terms of Black this is a known (and
relatively long-standing) bug.
--
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]