[
https://issues.apache.org/jira/browse/AVRO-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524495#comment-17524495
]
ASF subversion and git services commented on AVRO-2211:
-------------------------------------------------------
Commit 1c84472681c888a77fa7295b43d84e06a4294641 in avro's branch
refs/heads/master from yanivru
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=1c8447268 ]
AVRO-2211: SchemaBuilder equivalent or other means of schema creation (#1597)
* AVRO-2211: Support schema creation
* Add license info to new files
* Fix documentation for FixedSchema ctor
* Remove and sort using
* Add missing brackets and replace var with explicit type
* Fix exception type in case of parsing
* Rename field to follow conventions
* AVRO 2211: Inlining temporary variable in linq
* AVRO-2211: Change exception type and add missing documentations
* AVRO-2211: Fix RecordSchema to set the positions of it's fields, instead of
verifying it
* AVRO-2211: Fix RecordSchema fields assignment when creation new RecordSchema
* AVRO-2211: Change constructors of schema classes to factory method
* AVRO-2211: Add unit tests for RecordSchema and EnumSchema
* :AVRO-2211: Remove whitespace
* :AVRO-2211: Add symbol names verification for EnumSchema
* AVRO-2211: Fix enum name validation
* AVRO-2211: Throw AvroException consistently
* AVRO-2211: Throw AvroException in RecrodSchema consistently
* AVRO-2211: Remove duplicate factory methods on MapSchema
* AVRO-2211: Remove redundant parameter doc
* AVRO-2211: Add Schema creation tests
* AVRO-2211: Change ValidateSymbol to throw exception
* AVRO-2211: Fix typo
* AVRO-2211: Fix code QL issues
* AVRO-2211: Fix typo
Co-authored-by: Martin Grigorov <[email protected]>
> SchemaBuilder equivalent or other means of schema creation
> ----------------------------------------------------------
>
> Key: AVRO-2211
> URL: https://issues.apache.org/jira/browse/AVRO-2211
> Project: Apache Avro
> Issue Type: Wish
> Components: csharp
> Reporter: Dan Stelljes
> Priority: Major
> Labels: pull-request-available
> Time Spent: 5h 40m
> Remaining Estimate: 0h
>
> Currently, the only way to create a schema is via the Schema.Parse method.
> We'd like to be able to build a schema programmatically—would it be possible
> to (1) introduce an analogue to the SchemaBuilder from the Java library or
> (2) expose constructors on Schema and its descendants?
> Would be more than happy to contribute work on this given some direction.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)