This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from bd47dc90c37 Use component coder when handling nullable coder in prism.
(#34615)
add 76708d54438 added ddl to SqlTransform (#34614)
add e646bc30729 use the script when validating the BQ table (#34617)
No new revisions were added by this update.
Summary of changes:
.../run_rc_validation_python_mobile_gaming.yml | 105 ++----------------
scripts/tools/validate_table.sh | 117 +++++++++++++++++++++
.../expansion/ExternalSqlTransformRegistrar.java | 9 ++
sdks/python/apache_beam/transforms/sql.py | 9 +-
sdks/python/apache_beam/transforms/sql_test.py | 24 +++++
5 files changed, 165 insertions(+), 99 deletions(-)
create mode 100755 scripts/tools/validate_table.sh