Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(map): Codegen for Avro IDL Target #75

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

jonathan-casey
Copy link
Member

Sample

   record Company {
      string name;
      Address headquarters;
      map<string> companyProperties;
      map<Employee> employeeDirectory;
      map<TShirtSizeType> employeeTShirtSizes;
      map<Concept> employeeProfiles;
      map<string> employeeSocialSecurityNumbers;
   }

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to main from fork:branchname

Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
@coveralls
Copy link

Coverage Status

coverage: 98.921% (+0.004%) from 98.917%
when pulling 31c487d on jonathan/codegen_map_avro
into e22a321 on main.

@jonathan-casey jonathan-casey requested a review from a team November 17, 2023 15:43
@jonathan-casey jonathan-casey merged commit c6e2164 into main Nov 21, 2023
11 checks passed
@jonathan-casey jonathan-casey deleted the jonathan/codegen_map_avro branch November 21, 2023 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants