iblaine commented on a change in pull request #17777:
URL: https://github.com/apache/airflow/pull/17777#discussion_r695266601



##########
File path: tests/providers/apache/hive/hooks/test_hive.py
##########
@@ -687,6 +687,13 @@ def test_get_pandas_df(self):
         hook.mock_cursor.execute.assert_any_call('set 
airflow.ctx.dag_owner=airflow')
         hook.mock_cursor.execute.assert_any_call('set 
[email protected]')
 
+        hook = MockHiveServer2Hook(empty_table_flag = True)

Review comment:
       Let's see how these latest changes work. I removed the `empty_table_flag 
` flag & split up the `MockConnectionCursor` class.  It does look better.




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