This is an automated email from the ASF dual-hosted git repository.
yufei pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
from 31c778463 Add Docker-based Ceph + Polaris cluster setup (#3022)
add 49fb9ac1c Service: Remove *CommitTableEvent, Add *UpdateTableEvent to
Transactions (#3195)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 4 +-
.../service/catalog/iceberg/IcebergCatalog.java | 8 -
.../IcebergRestCatalogEventServiceDelegator.java | 37 +++
...bergRestConfigurationEventServiceDelegator.java | 14 ++
.../service/events/IcebergRestCatalogEvents.java | 34 +--
.../polaris/service/events/PolarisEventType.java | 4 +-
.../events/listeners/PolarisEventListener.java | 4 -
.../iceberg/AbstractIcebergCatalogTest.java | 13 --
.../iceberg/CommitTransactionEventTest.java | 249 +++++++++++++++++++++
.../org/apache/polaris/service/TestServices.java | 29 ++-
.../events/listeners/TestPolarisEventListener.java | 10 -
11 files changed, 336 insertions(+), 70 deletions(-)
create mode 100644
runtime/service/src/test/java/org/apache/polaris/service/catalog/iceberg/CommitTransactionEventTest.java