Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-2605

Use of `filter` function incompatible with Python 3

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.9.1
    • 1.9.2
    • python
    • None

    Description

      The simple filter function was removed from being a builtin to being part of the standard library in python 3.

       

      It is used as a builtin here: https://github.com/apache/avro/blob/master/lang/py/test/set_avro_test_path.py#L44

       

      Therefore in order to make incremental progress in making lang/py python 3 compatible, we must remove the use of filter or import it from functools.

      Attachments

        Issue Links

          Activity

            People

              kojiromike Michael A. Smith
              kojiromike Michael A. Smith
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: