-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avro codegen : Split builder constructor and build() if #fields > 50 (#…
…525) * Avro codegen : Split builder constructor if #fields > 50 * Fixed typo in javadoc * Avro codegen : Add javadoc to Builder constructor if split * Add compile Unit test for 2000 field record * Codegen : split Builder.build() if number of fields > 50 * Added comments * style update * common blockSize for splitting methods * fixed typo * private modifier for Chunk methods * Updated unit test to validate chunk methods in main class
- Loading branch information
Showing
5 changed files
with
10,271 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.