The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
5bb3fba1d21615b7085714f22b4b6b48f3806312 / Tzu-ping Chung <[email protected]>
Implement slicing in lazy sequence

We *could* arguably do this even lazier and resolve only when the items
are iterated through (or accessed by index), but it seems to me if
someone wants a slice of objects, they are likely to want to read at
least the majority of them anyway, so it should be fine to just resolve
the fetch eagerly into a list. Merging slice objects is a total pain I
don't want to go through anyway.

Documentation is also added for DatasetEvent sequences to reflect the
addition.

Report URL: https://github.com/apache/airflow/actions/runs/9001832694

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to