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 7d0c99b [BEAM-5034] Bumping bigdataoss to more recent version
add b5b6cf2 Make sure that SchemaCoder overrides consistentWithEquals.
add 47b8d26 Address code-review comments.
new 20d95a5 Merge pull request #6160: [BEAM-5092] Make sure that
SchemaCoder overrides consistentWithEquals.
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:
.../java/org/apache/beam/sdk/coders/RowCoder.java | 5 +
.../apache/beam/sdk/schemas/JavaBeanSchema.java | 4 +-
.../apache/beam/sdk/schemas/JavaFieldSchema.java | 4 +-
.../java/org/apache/beam/sdk/schemas/Schema.java | 5 +-
.../org/apache/beam/sdk/schemas/SchemaCoder.java | 5 +
.../main/java/org/apache/beam/sdk/values/Row.java | 5 +-
.../beam/sdk/schemas/utils/TestJavaBeans.java | 242 ++++++++++++++++++++
.../apache/beam/sdk/schemas/utils/TestPOJOs.java | 244 +++++++++++++++++++++
.../sdk/extensions/sql/example/model/Customer.java | 20 ++
.../sdk/extensions/sql/example/model/Order.java | 18 ++
.../extensions/sql/InferredJavaBeanSqlTest.java | 37 ++++
11 files changed, 585 insertions(+), 4 deletions(-)