This is an automated email from the ASF dual-hosted git repository.

reuvenlax pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 9432dff  Merge pull request #5941: [BEAM-4076] Schema utilities for 
converting between types
     add 0e3a580  Fix two bugs:   * proper handling of nullable fields.   * Row 
stores timestamps as Instants, not as DateTimes.
     add adb42a6  Add tests.
     add 206ceda  Fix broken test.
     add 4cec32a  Add @Nullable annotation.
     new 1ebb723  Merge pull request #5953: [BEAM-4076] Fix bugs in generated 
schema code

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../sdk/schemas/GetterBasedSchemaProvider.java     |  6 +++
 .../beam/sdk/schemas/utils/ByteBuddyUtils.java     | 17 ++++----
 .../beam/sdk/schemas/utils/JavaBeanUtils.java      | 10 ++++-
 .../sdk/schemas/utils/StaticSchemaInference.java   | 12 ++++--
 .../org/apache/beam/sdk/values/RowWithGetters.java | 10 +++--
 .../beam/sdk/schemas/JavaBeanSchemaTest.java       |  8 ++--
 .../beam/sdk/schemas/JavaFieldSchemaTest.java      | 50 +++++++++++++++++++++-
 .../beam/sdk/schemas/utils/JavaBeanUtilsTest.java  | 28 ++++++++++--
 .../beam/sdk/schemas/utils/POJOUtilsTest.java      | 16 +++++--
 .../beam/sdk/schemas/utils/TestJavaBeans.java      | 44 +++++++++++++++++++
 .../apache/beam/sdk/schemas/utils/TestPOJOs.java   | 35 +++++++++++++++
 11 files changed, 206 insertions(+), 30 deletions(-)

Reply via email to