uranusjr commented on a change in pull request #18679:
URL: https://github.com/apache/airflow/pull/18679#discussion_r720748627



##########
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:
       It probably does not, this entire test class is probably not run on the 
CI (due to the `backend` marker).




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


Reply via email to