This is an automated email from the ASF dual-hosted git repository.
taowang pushed a change to branch 0.8.x
in repository https://gitbox.apache.org/repos/asf/amoro.git
from d3bd90de4 change Apache amoro version 0.8-snapshot to 0.8.0-incubating
add 499f6d3dc [AMORO-3564] Fix some issues in mixed format connector using
Iceberg 1.4 (#3505)
add 6862007cc [AMORO-3498] add configuration to support javascript in
comment (#3506)
add daa6bc91d [AMORO-3500] Fix Overview table data statistics (#3501)
add a4a052ed9 [Improvement] Reduce release package size & deploy ams
plugins (#3508)
add a2be23742 [Improvement]: Improved test testDecryptOption in
TestConfigShade by removing redundancy and converting into Parameterized Test
(#3513)
add f0c4eed17 [Improvement]: Parameterized Test
testOptimizingStatusDisplayValue test in OptimizingStatusTest (#3512)
add 98580590b [Improvement]: Improved test
OptimizingStatusTest.testOptimizingStatusCodeValue to use parameterized unit
testing (#3511)
add f35c449e7 [Improvement]: Refactored MemorySizeTest.testParseBytes to
Parameterized Test (#3510)
add 5ce6eea96 [AMORO-3387]fix: create table like using mixed_hive (#3387)
new b87f21ca4 Merge branch 'master' into 0.8.x
The 1 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 | 17 +------
.../amoro/server/dashboard/OverviewManager.java | 8 ++--
.../amoro/server/config/TestConfigShade.java | 30 +++++++-----
.../server/optimizing/OptimizingStatusTest.java | 55 +++++++++++++++-------
amoro-common/pom.xml | 6 ---
.../java/org/apache/amoro/client/PoolConfig.java | 36 ++++++++++++--
.../org/apache/amoro/utils/MemorySizeTest.java | 17 ++++---
amoro-format-iceberg/pom.xml | 11 +++--
.../org/apache/amoro/table/BasicUnkeyedTable.java | 1 -
.../org/apache/amoro/BasicTableTestHelper.java | 2 +-
.../v1.15/amoro-mixed-flink-runtime-1.15/pom.xml | 1 +
.../v1.16/amoro-mixed-flink-runtime-1.16/pom.xml | 1 +
.../v1.17/amoro-mixed-flink-1.17/pom.xml | 1 -
.../amoro-mixed-spark-3-common/pom.xml | 1 -
.../analysis/RewriteMixedFormatCommand.scala | 8 ++--
.../v3.2/amoro-mixed-spark-runtime-3.2/pom.xml | 4 ++
.../v3.3/amoro-mixed-spark-3.3/pom.xml | 1 -
.../analysis/RewriteMixedFormatCommand.scala | 12 +++--
.../analysis/RewriteMixedFormatCommand.scala | 12 +++--
amoro-format-mixed/amoro-mixed-trino/pom.xml | 9 +++-
amoro-metrics/amoro-metrics-prometheus/pom.xml | 8 +---
amoro-optimizer/amoro-optimizer-flink/pom.xml | 8 +---
amoro-optimizer/amoro-optimizer-spark/pom.xml | 7 ---
pom.xml | 3 ++
tools/releasing/create_binary_release.sh | 2 +-
25 files changed, 146 insertions(+), 115 deletions(-)