This is an automated email from the ASF dual-hosted git repository.
xxubai pushed a change to branch 0.9.x
in repository https://gitbox.apache.org/repos/asf/amoro.git
from f46f57d94 [AMORO-4301][ams] Fix Kubernetes executor label prefix
(#4302)
new 626ad5cf1 [AMORO-2099][amoro-web] Remove default Glue lock
configuration (#4305)
new 478ed1bd7 [Hotfix][tools] Include Helm chart in change-version script
(#4306)
new 7495046f2 Change version to 0.9.0-SNAPSHOT
new 0b77ff162 [AMORO-4303][AMS] Stabilize optimizer heartbeat tests (#4307)
new 65b69fbe2 [AMORO-4308][lance] Remove redundant getTables call (#4309)
The 5 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:
amoro-ams/pom.xml | 2 +-
.../amoro/server/DefaultOptimizingService.java | 4 +-
.../apache/amoro/server/AMSServiceTestBase.java | 12 +++-
.../amoro/server/TestDefaultOptimizingService.java | 74 +++++++++++++++-------
amoro-common/pom.xml | 2 +-
amoro-format-hudi/pom.xml | 2 +-
amoro-format-iceberg/pom.xml | 2 +-
amoro-format-lance/pom.xml | 2 +-
.../formats/lance/LanceDirectoryV1Catalog.java | 2 -
.../amoro-mixed-flink-common-format/pom.xml | 2 +-
.../pom.xml | 2 +-
.../amoro-mixed-flink-common/pom.xml | 2 +-
amoro-format-mixed/amoro-mixed-flink/pom.xml | 2 +-
.../v1.18/amoro-mixed-flink-1.18/pom.xml | 2 +-
.../v1.18/amoro-mixed-flink-runtime-1.18/pom.xml | 2 +-
.../v1.19/amoro-mixed-flink-1.19/pom.xml | 2 +-
.../v1.19/amoro-mixed-flink-runtime-1.19/pom.xml | 2 +-
amoro-format-mixed/amoro-mixed-hive/pom.xml | 2 +-
.../amoro-mixed-spark-3-common/pom.xml | 2 +-
amoro-format-mixed/amoro-mixed-spark/pom.xml | 2 +-
.../v3.3/amoro-mixed-spark-3.3/pom.xml | 2 +-
.../v3.3/amoro-mixed-spark-runtime-3.3/pom.xml | 2 +-
.../v3.4/amoro-mixed-spark-3.4/pom.xml | 2 +-
.../v3.4/amoro-mixed-spark-runtime-3.4/pom.xml | 2 +-
.../v3.5/amoro-mixed-spark-3.5/pom.xml | 2 +-
.../v3.5/amoro-mixed-spark-runtime-3.5/pom.xml | 2 +-
amoro-format-mixed/amoro-mixed-trino/pom.xml | 2 +-
amoro-format-mixed/pom.xml | 2 +-
amoro-format-paimon/pom.xml | 2 +-
amoro-metrics/amoro-metrics-prometheus/pom.xml | 2 +-
amoro-metrics/pom.xml | 2 +-
amoro-openapi-sdk/pom.xml | 2 +-
amoro-optimizer/amoro-optimizer-common/pom.xml | 2 +-
amoro-optimizer/amoro-optimizer-flink/pom.xml | 2 +-
amoro-optimizer/amoro-optimizer-spark/pom.xml | 2 +-
amoro-optimizer/amoro-optimizer-standalone/pom.xml | 2 +-
amoro-optimizer/pom.xml | 2 +-
amoro-web/pom.xml | 2 +-
amoro-web/src/views/catalogs/Detail.vue | 2 +-
charts/amoro/Chart.yaml | 2 +-
dist/pom.xml | 2 +-
pom.xml | 2 +-
site/amoro-site/content/community/release-guide.md | 3 +
tools/change-version.sh | 7 +-
44 files changed, 112 insertions(+), 66 deletions(-)
mode change 100644 => 100755 tools/change-version.sh