Closed desaikd closed 2 weeks ago
This PR fixes namespace for nested sequence types and adds support for nested types in sequence and scalar templates.
FullyQualifiedTypeReference
Option<FullyQualifiedTypeReference>
build_sequence_from_constraints
Adds a new test case sequence_with_enum_element this verified both sequence namespace bugfix and support for nested types in sequence.
sequence_with_enum_element
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes:
This PR fixes namespace for nested sequence types and adds support for nested types in sequence and scalar templates.
List of changes:
FullyQualifiedTypeReference
Option<FullyQualifiedTypeReference>
build_sequence_from_constraints
.Test:
Adds a new test case
sequence_with_enum_element
this verified both sequence namespace bugfix and support for nested types in sequence.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.