ashb commented on a change in pull request #17958:
URL: https://github.com/apache/airflow/pull/17958#discussion_r700133125



##########
File path: tests/providers/apache/hive/transfers/test_mysql_to_hive.py
##########
@@ -152,172 +96,115 @@ def setUp(self):
                 for row in rows:
                     cur.execute("INSERT INTO baby_names VALUES(%s, %s, %s, 
%s);", row)
 
-    def tearDown(self):
+                conn.commit()

Review comment:
       `conn.commit` does work -- I don't think you commit a cursor.




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