This is an automated email from the ASF dual-hosted git repository.
yuqi1129 pushed a change to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from e63b589971 [Cherry-pick to branch-1.3] [MINOR] docs: update Doris
catalog documentation for 3.0.x/4.0.x compatibility (#11995) (#12017)
new 6dba8fa20c [#11912] feat(clickhouse): support set data skipping index
type (#11916)
new 6d20ca0c30 [#11946] improvement(api): Add properties field to
TableChange.AddIndex for custom index parameters (#12013)
The 2 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:
.../java/org/apache/gravitino/rel/TableChange.java | 51 ++++-
.../org/apache/gravitino/rel/indexes/Index.java | 3 +
.../java/org/apache/gravitino/TestTableChange.java | 101 +++++++++
.../catalog/clickhouse/ClickHouseConstants.java | 9 +
.../operations/ClickHouseTableOperations.java | 137 +++++++++--
.../test/CatalogClickHouseClusterIT.java | 18 ++
.../integration/test/CatalogClickHouseIT.java | 91 +++++++-
.../operations/TestClickHouseTableOperations.java | 252 ++++++++++++++++++++-
.../org/apache/gravitino/client/DTOConverters.java | 3 +-
.../gravitino/dto/requests/TableUpdateRequest.java | 20 +-
.../gravitino/catalog/ManagedTableOperations.java | 1 +
docs/jdbc-clickhouse-catalog.md | 11 +-
docs/open-api/indexes.yaml | 8 +
...partitioning-distribution-sort-order-indexes.md | 13 +-
14 files changed, 676 insertions(+), 42 deletions(-)