uranusjr commented on PR #40172: URL: https://github.com/apache/airflow/pull/40172#issuecomment-2172234222
I think I’m going to go with `concat`. This is used in [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat). Java has `Stream.concat` (which is more like `itertools.chain`, close enough). Various languages also have `concat` for strings. Probably among the most solid choices beside `chain`. -- 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]
