kaxil commented on a change in pull request #15395:
URL: https://github.com/apache/airflow/pull/15395#discussion_r614418253
##########
File path: airflow/serialization/serialized_objects.py
##########
@@ -252,6 +252,14 @@ def _serialize(cls, var: Any) -> Any: # Unfortunately
there is no support for r
# pylint: enable=too-many-return-statements
+ @classmethod
+ def _serialize_and_sort(cls, var):
+ """Serialized and Sort the values in the iterator"""
Review comment:
Updated in
https://github.com/apache/airflow/pull/15395/commits/237af383107ac492a486770eb269f27c3769bc5d
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]