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


##########
providers/elasticsearch/tests/unit/elasticsearch/hooks/test_elasticsearch.py:
##########
@@ -177,6 +177,10 @@ def test_get_df_pandas(self):
         self.spy_agency.assert_spy_called(self.cur.close)
         self.spy_agency.assert_spy_called(self.cur.execute)
 
+    def test_get_df_polars(self):

Review Comment:
   OK can you just add a comment in the `_get_polars_df` provide some context 
about why it's incompatible and what needs to be done to make it work (just 
leaving instructions to whoever decide to tackle this)



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