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

C++ Support for Custom Fields

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.8.2
    • None
    • c++
    • None

    Description

      To support following schemas:

       

      R"({"type": "string", "logicalType": "foo", "sqlType": "datetime"})",
      R"({"type": "bytes", "logicalType": "decimal", "precision": 12, "scale": 6, "sqlType": "datetime"})",
      R"({"type": "null", "extra attribute": "custom field"})",
      R"({"type": "boolean", "extra1": 1, "extra2": 2, "extra3": 3})",
      R"({"type": "fixed", "name": "Test", "size": 1, "extra attribute": 1})", 
      R"(["null", \{"type": "string", "extra attribute": "custom field"}])",
      R"([\{"type": "string", "extra attribute": "custom field"}, "null"])",
      

       

       

      Attachments

        Issue Links

          Activity

            People

              aniket486 Aniket Namadeo Mokashi
              aniket486 Aniket Namadeo Mokashi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: