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

Add function to validate a datum against a schema

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • c
    • None

    Description

      This patch adds a new function

      int schema_datum_validate (avro_schema_t expected_schema, avro_datum_t datum);
      

      which validates a datum against a schema. Having this function will allow me to start on the datum write path.

      This patch also includes minor documentation updates, code cleanup, and changes all double tail queue macros to single tail queue.

      Attachments

        1. AVRO-346.patch
          41 kB
          Matt Massie

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: