This is an automated email from the ASF dual-hosted git repository.
udim pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from df36e3a Merge pull request #9373: [BEAM-7264] Remove
set/getClientConfiguration in JdbcIO
add aaf1558 Add a datatype_inference module for inferring coders and
schema from data (#9281)
No new revisions were added by this update.
Summary of changes:
.../apache_beam/testing/datatype_inference.py | 140 ++++++++++++++
.../apache_beam/testing/datatype_inference_test.py | 202 +++++++++++++++++++++
2 files changed, 342 insertions(+)
create mode 100644 sdks/python/apache_beam/testing/datatype_inference.py
create mode 100644 sdks/python/apache_beam/testing/datatype_inference_test.py