mobuchowski commented on PR #41916:
URL: https://github.com/apache/airflow/pull/41916#issuecomment-2462122086

   @Illumaria I don't think the test failures are related to OL in any way, 
it's just you're calling method with default argument, in test do not pass the 
optional argument, and then it fails - because it uses default `False` 
argument. It does not pick up class member from `TrinoHook` or `PrestoHook` 
because nothing actually in the class `split_sql_string` refers to them.


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