[GitHub] [airflow] uranusjr commented on a change in pull request #17777: get_pandas_df() fails when it tries to read an empty table

2021-08-24 Thread GitBox
uranusjr commented on a change in pull request #1: URL: https://github.com/apache/airflow/pull/1#discussion_r695297546 ## File path: tests/test_utils/mock_process.py ## @@ -85,3 +84,15 @@ def __next__(self): def __iter__(self): yield from self.iterable

[GitHub] [airflow] uranusjr commented on a change in pull request #17777: get_pandas_df() fails when it tries to read an empty table

2021-08-24 Thread GitBox
uranusjr commented on a change in pull request #1: URL: https://github.com/apache/airflow/pull/1#discussion_r695297546 ## File path: tests/test_utils/mock_process.py ## @@ -85,3 +84,15 @@ def __next__(self): def __iter__(self): yield from self.iterable

[GitHub] [airflow] uranusjr commented on a change in pull request #17777: get_pandas_df() fails when it tries to read an empty table

2021-08-23 Thread GitBox
uranusjr commented on a change in pull request #1: URL: https://github.com/apache/airflow/pull/1#discussion_r694503504 ## File path: tests/providers/apache/hive/hooks/test_hive.py ## @@ -687,6 +687,13 @@ def test_get_pandas_df(self):