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

Add support for encoding/decoding fixed data

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • c
    • None

    Description

      This patch add fixed data support to the C implementation

      Just as with string and bytes processing, I have added two new methods: avro_wrapfixed, avro_givefixed to allow developers that freedom to decide how the bytes of memory are managed. avro_wrapfixed will not free the bytes when the fixed datum is dereferenced. avro_givefixed will free the bytes memory when dereferenced. avro_fixed will make a copy of the bytes.

      I also plugged a small potential memory leak issue that could occur because of IO errors.

      Attachments

        1. AVRO-370.patch
          9 kB
          Matt Massie

        Activity

          People

            massie Matt Massie
            massie Matt Massie
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: