This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from d559544 [BEAM-10708] Clean up pipeline instrument (#14176)
add 9e09977 [BEAM-9615] Embedded structs and Deterministic map encoding,
and Logical Types. (#14192)
No new revisions were added by this update.
Summary of changes:
sdks/go/pkg/beam/core/graph/coder/map.go | 30 +-
sdks/go/pkg/beam/core/graph/coder/map_test.go | 27 +-
sdks/go/pkg/beam/core/graph/coder/row_decoder.go | 43 ++-
sdks/go/pkg/beam/core/graph/coder/row_encoder.go | 40 ++-
sdks/go/pkg/beam/core/graph/coder/row_test.go | 60 +++-
sdks/go/pkg/beam/core/runtime/graphx/coder_test.go | 4 +
.../core/runtime/graphx/schema/logicaltypes.go | 3 +
.../pkg/beam/core/runtime/graphx/schema/schema.go | 328 ++++++++++++++-------
.../beam/core/runtime/graphx/schema/schema_test.go | 315 +++++++++++++++++++-
9 files changed, 694 insertions(+), 156 deletions(-)