* Support array field with empty items specification
* Remove all exceptions
* Format code
* Bump connector versions
* Bump bigquery versions
* Update docs
* Remove unused code
* Update doc for PR #9363
* Update doc about defaulting all improperly typed fields to string
* Ignore bigquery
* Update version and doc
* Update doc
* Bump version in seed
* Default isRootNode to true and rename parameters
* Default appendAirbyteFields to true
* Rename methods and add javadoc
* Simplify namespace generation and delete obtainPaths method
* Simplify test case
* Add namespace for objects in array
* Merge object definitions in type union (need improvement)
* Fix merging of record fields
* Switch test case to minimize changes
* Mark assembler and builder as final variables
* Adjust test case
* Remove unused code
* Keep field doc
* Update comment
* Merge record schemas recursively
* Add nested test case
* Add docuementation
* Add test case for issue #5564
* Format code