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 2a20b097262 Close the gRPC channel started for the expansion service
(#29524)
add 183141d2eab revert protobuf version (#29523)
add 6ce104769c4 Change StateBackedIterable to implement
ElementByteSizeObservableIterable avoiding iteration to estimate observe bytes.
(#29517)
add b6e19eb85a7 Add bool type to ClickHouse SDK (#29522)
No new revisions were added by this update.
Summary of changes:
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
.../beam/fn/harness/state/StateBackedIterable.java | 87 +++++++++++++++++++++-
.../fn/harness/state/StateBackedIterableTest.java | 58 +++++++++++++++
.../beam/sdk/io/clickhouse/ClickHouseIO.java | 1 +
.../beam/sdk/io/clickhouse/ClickHouseWriter.java | 3 +
.../apache/beam/sdk/io/clickhouse/TableSchema.java | 11 ++-
.../clickhouse/src/main/javacc/ColumnTypeParser.jj | 2 +
.../beam/sdk/io/clickhouse/ClickHouseIOTest.java | 16 +++-
.../beam/sdk/io/clickhouse/TableSchemaTest.java | 5 ++
9 files changed, 175 insertions(+), 10 deletions(-)