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

Disallow invalid namespaces for the Rust binding

    XMLWordPrintableJSON

Details

    Description

      The current Rust binding doesn't accept invalid namespaces if such namespaces are in a name field.

      {
        "name": "ns1.invalid-ns.record1",
        "type": "record"
        "fields": []
      }
      

      But, even if a invalid namespace is in a namespace field, the Rust binding accept such namespaces.

      {
        "name": "record1",
        "namespace": "ns1.invalid-ns",
        "type": "record",
        "fields": []
      }
      

      Attachments

        Issue Links

          Activity

            People

              mgrigorov Martin Tzvetanov Grigorov
              sarutak Kousuke Saruta
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h