This is an automated email from the ASF dual-hosted git repository.
gleb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 04392f3 Update committer guide (#8040)
new 6af1cbb ClickHouseIO: Add Enum8/Enum16 support
new 6e12ac7 ClickHouseIO: Add FixedString support
new fcd9255 Merge pull request #7962: [BEAM-5964] ClickHouseIO: Add
Enum8/Enum16 and FixedString support
The 20508 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../beam/sdk/io/clickhouse/ClickHouseIO.java | 11 ++
.../beam/sdk/io/clickhouse/ClickHouseWriter.java | 38 +++++-
.../apache/beam/sdk/io/clickhouse/TableSchema.java | 56 ++++++++
.../clickhouse/src/main/javacc/ColumnTypeParser.jj | 148 ++++++++++++++++-----
.../beam/sdk/io/clickhouse/ClickHouseIOTest.java | 38 +++++-
.../beam/sdk/io/clickhouse/TableSchemaTest.java | 51 +++++++
6 files changed, 304 insertions(+), 38 deletions(-)