eladkal commented on code in PR #50341:
URL: https://github.com/apache/airflow/pull/50341#discussion_r2079508560


##########
providers/google/tests/unit/google/cloud/hooks/test_bigquery_system.py:
##########
@@ -36,23 +36,23 @@ def setup_method(self):
     def test_output_is_dataframe_with_valid_query(self):
         import pandas as pd
 
-        df = self.instance.get_pandas_df("select 1")
+        df = self.instance.get_df("select 1", df_type="pandas")

Review Comment:
   This is a system test I think it would be good if we can parametrize this 
test to include also polars.
   It will serve as early warning system for issues



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to