potiuk commented on issue #56561: URL: https://github.com/apache/airflow/issues/56561#issuecomment-3399203250
Since it is "remote" and potentially XCom is usable in other languages (soon) - we actually even should **not** preserve the sequence "as in Python" - because it might be difficult or even impossible in other languages where dictionary might be optimized and might not preserve sequence (typical HashMap behaviour is random ordering). I think we should not make any promise about ordering here. -- 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]
