-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[java] Fix avro logical-types conversions for BQ storage (#33422)
* [java] Fix avro logical-types conversions for BQ storage Most of the avro logical-type to BQ are broken. Add support for both joda and java time to ensure compatibility with older avro versions * expected int raw type for time-millis * Remove unused qualifier * Fix avro numeric convertion * Add support for parametrized NUMERIC and BIGNUMERIC
- Loading branch information
1 parent
2b3d328
commit 72102b5
Showing
2 changed files
with
304 additions
and
88 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
Oops, something went wrong.