uranusjr commented on code in PR #31422:
URL: https://github.com/apache/airflow/pull/31422#discussion_r1201800069
##########
airflow/providers/google/cloud/transfers/presto_to_gcs.py:
##########
@@ -129,16 +129,15 @@ def fetchmany(self, size=None) -> list:
def __next__(self) -> Any:
"""
Return the next row from the currently executing SQL statement using
the same semantics as
- ``.fetchone()``. A ``StopIteration`` exception is raised when the
result set is exhausted.
- :return:
+ ``.fetchone()``. A ``StopIteration`` exception is raised when the
result set is exhausted.
Review Comment:
Same as above (not sure if there are more)
--
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]