Commit d9326c2
apache#34009 avro generic record to beam row conversion added support for a… (apache#34024)
* apache#34009 avro generic record to beam row conversion added support for all logical types and conversions
* using string comparison to avoid class not found issues with earlier versions of avro
* using string comparison to avoid class not found issues with earlier versions of avro
* com.github.davidmc24.gradle.plugin:gradle-avro-plugin:1.9.1
* using string comparison to avoid class not found issues with earlier versions of avro
* com.github.davidmc24.gradle.plugin:gradle-avro-plugin:1.9.1
* Add `types.Unalias` to types assertions and types switches to get an underlying type instead of types.Alias (apache#33868)
* Revert huggingface transformers to 4.30.0 (apache#34025)
* add endpoint type to WorkerMetadataResponse proto (apache#33953)
* add endpoint type to WorkerMetadataResponse proto
* add default value to endpoint_type
* add hashcode/equals to WaitTest helper classes to avoid log error (apache#34006)
* Add enable_lineage experiment to Dataflow tests (apache#34027)
* Add UUID support in SpannerSchema (apache#34034)
* Add UUID support in Spanner Schema
* Add test
* fix dashboard link (apache#34023)
* [Go SDK] Add missing type inspection case for Alias types. (apache#34039)
* removed unneeded license header
* remove unneeded license header
* Added tests for specific records generated with avro 1.8.2 and 1.9.2, and to add custom conversions
* Supporting different UUID representations in different avro versions
* Spotless fixes
* fix dependency typo
---------
Co-authored-by: Alfredo Scaccialepre <alfredo.scaccialepre@edreamsodigeo.com>
Co-authored-by: synenka <97878236+synenka@users.noreply.github.com>
Co-authored-by: Vitaly Terentyev <vitaly.terentyev@akvelon.com>
Co-authored-by: martin trieu <martinkt@google.com>
Co-authored-by: scwhittle <scwhittle@users.noreply.github.com>
Co-authored-by: Yi Hu <yathu@google.com>
Co-authored-by: Luv Agarwal <luvagarwal.k@gmail.com>
Co-authored-by: Ahmed Abualsaud <65791736+ahmedabu98@users.noreply.github.com>
Co-authored-by: Robert Burke <lostluck@users.noreply.github.com>1 parent ee57aad commit d9326c2
File tree
6 files changed
+493
-40
lines changed- buildSrc
- sdks/java/extensions/avro
- src
- main/java/org/apache/beam/sdk/extensions/avro/schemas/utils
- test
- avro/org/apache/beam/sdk/extensions/avro/schemas/logicaltypes
- java/org/apache/beam/sdk/extensions/avro/schemas/utils
6 files changed
+493
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| 151 | + | |
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
| |||
161 | 164 | | |
162 | 165 | | |
163 | 166 | | |
164 | | - | |
| 167 | + | |
0 commit comments