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 bd4ea843d37 Bump github.com/lib/pq from 1.10.7 to 1.10.9 in /sdks 
(#26426)
     add a41ac61a435 Eliminate nullness and rawtype errors from java SDK Read 
class
     add 8b95cbf3fd3 fixup! Eliminate nullness and rawtype errors from java SDK 
Read class
     add 0722575e006 Merge pull request #26422 from kennknowles/read-nullness
     add 42b1132295f Eliminate nullness errors from 
sdks/java/extensions/sql/hcatalog
     add 4fce2535f76 Merge pull request #26443 from 
kennknowles/hcatalog-nullness
     add a4e7411ade3 Lower the lower bound of protobuf
     add 261a69a6719 Merge pull request #26446 from AnandInguva/protobuf-version
     add 4f8f446cbb0 Updating Combiners.Top PTransform Documentation (#26406)
     add 090b71802bb Add artifact validation to run_rc_validation (#26407)
     add f1d92d47cb3 add pip_pre = True
     add 7aaaa934937 Update tox.ini
     add dc632be34a6 Run unit tests with pre-released dependencies.
     add 5aafb125ced Remove out of date experimental warning on SDFs (#26450)
     add 3c80555d630 [ToBF] Refinement 26.04.23 (#26428)
     add 8bda63bc8ea Allow implicit flattening for yaml inputs. (#26423)

No new revisions were added by this update.

Summary of changes:
 .../tour-of-beam/frontend/lib/models/node.dart     |  2 -
 .../frontend/lib/models/parent_node.dart           |  3 -
 .../tour-of-beam/frontend/lib/models/unit.dart     |  3 -
 .../lib/pages/tour/controllers/content_tree.dart   | 54 +++++++--------
 .../frontend/lib/pages/tour/state.dart             |  6 +-
 .../lib/pages/tour/widgets/content_tree.dart       | 51 +++++++-------
 .../frontend/lib/pages/tour/widgets/group.dart     | 38 +++-------
 .../lib/pages/tour/widgets/group_title.dart        |  8 ++-
 .../frontend/lib/pages/tour/widgets/module.dart    | 28 +++-----
 .../lib/pages/tour/widgets/module_title.dart       | 11 +--
 .../tour/widgets/{group_nodes.dart => nodes.dart}  |  4 +-
 .../tour/widgets/{group.dart => parent_node.dart}  | 32 ++++-----
 .../tour/widgets/stateless_expansion_tile.dart     |  2 +-
 release/src/main/scripts/run_rc_validation.sh      | 28 +++++++-
 sdks/go/pkg/beam/core/sdf/sdf.go                   |  3 -
 .../src/main/java/org/apache/beam/sdk/io/Read.java | 80 +++++++++++++---------
 .../provider/hcatalog/HCatalogTableProvider.java   |  3 -
 sdks/python/apache_beam/transforms/combiners.py    | 14 ++--
 sdks/python/apache_beam/yaml/yaml_provider.py      |  3 +
 sdks/python/apache_beam/yaml/yaml_transform.py     | 65 +++++++++++-------
 .../python/apache_beam/yaml/yaml_transform_test.py | 20 ++++++
 sdks/python/setup.py                               |  2 +-
 sdks/python/tox.ini                                |  3 +
 23 files changed, 253 insertions(+), 210 deletions(-)
 rename learning/tour-of-beam/frontend/lib/pages/tour/widgets/{group_nodes.dart 
=> nodes.dart} (94%)
 copy learning/tour-of-beam/frontend/lib/pages/tour/widgets/{group.dart => 
parent_node.dart} (72%)

Reply via email to