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

Python: schema objects should support builder() default-filling behavior

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • python

    Description

      There seems to be no way to easily use the avro libraries in Python (where I feel most qualified to comment) to encode generics with "missing default values" and have them transmitted in well-formed avro binary.

      If you fill in the "missing" default values, the Python libraries will transmit correctly.

      I'd be happy to add methods to the avro.RecordSchema objects (in the Python libraries) that "fill defaults" on missing member fields of a record, recursively (which probably means method extension of other schema classes as well).

      For backwards compatibility (and probably to avoid unnecessary data traversal), clients probably want to explicitly ask the schema to fill in defaults before transmission in the cases where you'd like to set only the non-default values.

      Attachments

        1. avro-1265a-build-defaults.patch
          3 kB
          Jeremy Kahn
        2. avro-1265b-tests.patch
          2 kB
          Jeremy Kahn

        Activity

          People

            trochee Jeremy Kahn
            trochee Jeremy Kahn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: