You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2022/09/30 19:00:24 UTC

[beam] 01/01: Merge pull request #23194 Batch encoding and decoding of schema data.

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

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

commit aa362e9cc4aaa6b9d92530c6ec42efec4f65c338
Merge: fa33c702977 39272917d32
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Fri Sep 30 12:00:16 2022 -0700

    Merge pull request #23194 Batch encoding and decoding of schema data.

 .github/workflows/build_wheels.yml                 |   4 +-
 sdks/python/apache_beam/coders/coder_impl.pxd      |  25 ++-
 sdks/python/apache_beam/coders/coder_impl.py       | 149 ++++++++++++++++--
 .../apache_beam/coders/coder_impl_row_encoders.pyx | 168 +++++++++++++++++++++
 sdks/python/apache_beam/coders/row_coder_test.py   |  38 +++++
 .../apache_beam/coders/standard_coders_test.py     |  36 +++++
 .../apache_beam/tools/coders_microbenchmark.py     |  54 +++++++
 sdks/python/build-requirements.txt                 |   3 +
 sdks/python/scripts/generate_pydoc.sh              |   1 +
 sdks/python/setup.py                               |   8 +-
 10 files changed, 470 insertions(+), 16 deletions(-)