jason810496 commented on PR #49470: URL: https://github.com/apache/airflow/pull/49470#issuecomment-2833180610
There is still an issue with the `compat 3.0.0` tests for `ElasticsearchTaskHandler` and `OpensearchTaskHandler`, as they directly implement the `FileTaskHandler._read` method. This refactor introduces a new **streaming** return type for `_read`, which causes a breaking change for both `ElasticsearchTaskHandler` and `OpensearchTaskHandler` in `3.0.0`. If we backport this PR to `v3-0-test`, it **might** fix the `compat 3.0.0` tests — but we need to merge this first before cherry-picking. I'm not entirely sure how to best handle this chicken-and-egg situation. Any suggestions? -- 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]
