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

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


    from 9d7f0c6  Merge pull request #12459 [BEAM-9547] Simplify pandas 
implementation.
     add 18503a6  [BEAM-7996] Add support for MapType and Nulls in container 
types for Python RowCoder (#12426)

No new revisions were added by this update.

Summary of changes:
 .../beam/model/fnexecution/v1/standard_coders.yaml | 30 +++++++-
 .../pipeline/src/main/proto/beam_runner_api.proto  | 13 +++-
 model/pipeline/src/main/proto/schema.proto         |  3 +
 .../runners/core/construction/CommonCoderTest.java | 24 ++++--
 sdks/python/apache_beam/coders/coder_impl.py       | 86 ++++++++++++++++++++++
 sdks/python/apache_beam/coders/coders.py           | 53 +++++++++++++
 .../apache_beam/coders/coders_test_common.py       | 14 +++-
 sdks/python/apache_beam/coders/row_coder.py        | 68 ++++++++++-------
 sdks/python/apache_beam/coders/row_coder_test.py   | 19 ++++-
 .../apache_beam/coders/standard_coders_test.py     | 13 +++-
 sdks/python/apache_beam/typehints/schemas.py       |  5 ++
 11 files changed, 281 insertions(+), 47 deletions(-)

Reply via email to