KoviAnusha commented on code in PR #57532:
URL: https://github.com/apache/airflow/pull/57532#discussion_r2536112711
##########
airflow-core/src/airflow/models/xcom.py:
##########
@@ -400,7 +402,7 @@ class LazyXComSelectSequence(LazySelectSequence[Any]):
"""
@staticmethod
- def _rebuild_select(stmt: TextClause) -> Select[tuple[Any]]:
+ def _rebuild_select(stmt: TextClause) -> Select | ExecutableReturnsRows:
Review Comment:
Mypy errors are already resolved in this file by another PR. So, resolving
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]