PhilippSontag opened a new pull request #65: Make schema_helpers.py python3 compatible URL: https://github.com/apache/aurora/pull/65 ### Description: This fixes 2 errors in the `schema_helpers.py` file to make the code Python 3 compatible. * `reduce` was moved to `functools` and [this was backported with Python 2.6](https://docs.python.org/2.7/library/functools.html#functools.reduce). * Replace `map` with a list comprehension, as it now returns a generator.
---------------------------------------------------------------- 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] With regards, Apache Git Services
