- acf8ef4 [AMORO-4246] Refactor process data expiring via ProcessFactory plugin (#4247) by WenLingzhang · 23 hours ago master
- c812511 [AMORO-4242][Helm] Add Gateway API HTTPRoute support to the Amoro chart (#4243) by somaz · 23 hours ago
- 4ed2e91 [AMORO-4236] Splitting the “Optimizing” tab into the “Optimizing” tab,“Cleanup” tab and “Profiling” tab (#4238) by WenLingzhang · 3 days ago
- d8f3793 [Hotfix] Force ReachableFileCleanup when snapshots exist outside main ancestry (#4231) by Jiwon Park · 2 weeks ago
- be6663b [AMORO-4229] Refactor synchronizing Hive tables process via ProcessFactory plugin (#4230) by WenLingzhang · 3 weeks ago
- 99fcc08 [AMORO-4227] Refactor auto-creating iceberg tags via ProcessFactory plugin (#4228) by WenLingzhang · 3 weeks ago
- 23b0ab9 [AMORO-4217] Clean up invalid code and parameters left over from the snapshot-expiring refactoring (#4226) by WenLingzhang · 3 weeks ago
- e75b4a0 [AMORO-4186] Add support for Parquet row-group merging in IcebergRewriteExecutor (#4188) by WenLingzhang · 3 weeks ago
- 4679309 [hotfix] Unify action names, pool names, and constants for SnapshotsExpiringProcess and OrphanFilesCleaningProcess (#4225) by WenLingzhang · 3 weeks ago
- 38ef381 [AMORO-4215] Refactor data expiring via ProcessFactory plugin (#4218) by WenLingzhang · 3 weeks ago
- 1d4bc38 [AMORO-4223][ams] Fix AMS startup crash when recovering Iceberg maintenance processes (#4224) by Darcy · 3 weeks ago
- cba754f [AMORO-4220] [Improvement] Support BETWEEN and reversed comparison SQL filters in ExpressionUtil. (#4221) by slfan1989 · 3 weeks ago
- 2209263 [Hotfix] Update release validation instructions to use ./mvnw for building (#4222) by Xu Bai · 3 weeks ago
- 0c5d3d8 [AMORO-4216] Refactor dangling-delete-files-cleaning via ProcessFactory plugin (#4214) by WenLingzhang · 3 weeks ago
- 75dd657 [AMORO-4208] Refactor orphan-files-cleaning via ProcessFactory plugin (#4209) by WenLingzhang · 4 weeks ago
- cf8ff05 [AMORO-4203][optimizer-common] Migrate tests from JUnit 4 to JUnit 5 (#4204) by Darcy · 5 weeks ago
- 4d86151 [AMORO-3974][common] Migrate self-contained tests from JUnit 4 to JUnit 5 (#4199) by Darcy · 5 weeks ago
- 08d49f4 [AMORO-4163][ams] Fix Version-N-already-exists race in newTableOperations for legacy mixed-iceberg (#4185) by Darcy · 7 weeks ago
- ec2a448 [AMORO-4190][ams] Graceful handling of catalog initialization failures in DefaultCatalogManager (#4189) by Jiwon Park · 7 weeks ago
- dad2c9f [Hotfix][ams] Fix ResourceMapper.selectResourcesByGroup result mapping (#4194) by Darcy · 7 weeks ago
- d6b2cda [AMORO-4193][ams] Fix MysqlDataTruncation caused by negative finishTime in TableProcessMeta (#4192) by Jiwon Park · 7 weeks ago
- 93cde39 [AMORO-4131] Add non-partitioned table tests for RewriteFiles and OverwriteFiles (#4137) by Takch02 · 8 weeks ago
- 80e3310 [AMORO-4163][ams] Fix CommitFailedException when loading legacy mixed-iceberg tables on Iceberg 1.7.2 (#4182) by Darcy · 8 weeks ago
- 7b19b7e [Subtask]: Optimizations and troubleshooting for the Master-Slave mode. (#4174) by can · 8 weeks ago
- dcab5b5 Cache dataTasks() result in NodeFileScanTask to avoid repeated list creation (#4146) by Jiwon Park · 8 weeks ago
- b7f7de3 [AMORO-4099] Add table-summary metric collection option for non-optimizing tables (#4101) by Jiwon Park · 8 weeks ago
- 10d13d4 [Test] Add transactionId assertion in TestDefaultKeyedFile. (#4176) by slfan1989 · 9 weeks ago
- 67feed8 Replace fully qualified Comparator reference with simple class name in AdaptHiveParquetUtil (#4170) by Jiwon Park · 9 weeks ago
- 7591680 [AMORO-4162] Upgrade Iceberg dependency from 1.6.1 to 1.7.2 (#4163) by Jiwon Park · 9 weeks ago
- 5c89905 [hotfix] Implement an independent process history cleanup mechanism and migrate the configuration item to the Duration type. (#4161) by ConradJam · 9 weeks ago
- 615c7e8 Fix flaky TestInternalMixedCatalogService by hardening test cleanup (#4165) by Jiwon Park · 9 weeks ago
- 05ff059 [Improvement] Move snapshot ID capture in expireFiles() to after delete commit (#4169) by Jiwon Park · 9 weeks ago
- 5abacab [Dependency] Bump versions of Hadoop and Spark (#4168) by slfan1989 · 10 weeks ago
- 878d5b0 [Subtask]: In master-slave mode, each AMS should automatically senses the optimizer. (#3937) by can · 10 weeks ago
- 7b23e53 [AMORO-3853] Stabilize continuous optimizing tests on Java 17 (#4142) by Xu Bai · 2 months ago
- f6b1e68 [AMORO-3928] Modify the optimizer to support obtaining tasks from each AMS node for processing. (#3950) by can · 2 months ago
- fa44c91 [AMORO-4159] [Improvement]: Missing doAs wrapper in MixedTableOperations. (#4160) by slfan1989 · 2 months ago
- ab8a196 [AMORO-4153]: Drop mixed Flink 1.17 support (#4154) by Jiwon Park · 2 months ago
- 958e209 [site] Fix docs latest notice and Blogs label (#4144) by Xu Bai · 2 months ago
- e9087e3 [AMORO-4149]: Remove duplicate iceberg-bundled-guava dependency declaration in amoro-format-iceberg. (#4150) by slfan1989 · 2 months ago
- 2528923 [Bug] fix the of TestOptimizerGroupKeeper unit test suffers from intermittent failures. (#4152) by can · 2 months ago
- 5313608 [AMORO-4147] [Improvement]: Resource leak in CombinedDeleteFilter and MixedDeleteFilter position delete iterators. (#4148) by slfan1989 · 2 months ago
- 45f074d [AMORO-4127] Add mixed Flink 1.19 support (#4141) by Jiwon Park · 3 months ago
- fe98a6c [Improvement] Hoist StructProjection.create out of per-record loop in CombinedDeleteFilter (#4145) by Jiwon Park · 3 months ago
- 6c03791 [AMORO-4117] Implement dashboard RBAC with jCasbin and LDAP role mapping (#4118) by Xu Bai · 3 months ago
- bf222b7 [Subtask]: Modify DefaultTableService to be compatible with master-slave mode. (#3927) by can · 3 months ago
- a40a8c1 [AMORO-4135][amoro-web] Fix blank duration column for sub-second optimizing durations (#4136) by Baixiaochun · 3 months ago
- cc03949 [AMORO-4130][amoro-web] Replace hardcoded frontend texts with i18n translations (#4133) by Baixiaochun · 3 months ago
- 7ceec41 [Subtask]: In master-slave mode, database-based bucket allocation is supported. (#4123) by can · 3 months ago
- 60fd893 [AMORO-4128] Drop mixed Flink 1.16 support (#4132) by Jiwon Park · 3 months ago
- 7cebea4 [Improvement] Rename Maven property jackson.vesion to jackson.version (#4134) by Baixiaochun · 3 months ago
- 24c23a9 [Hotfix] Add Apache License header to AGENTS.md (#4125) by Xu Bai · 3 months ago
- 8635757 [Doc] Add AGENTS.md for project overview and documentation (#4120) by Xu Bai · 3 months ago
- 0721df9 [Improvement]: Refactor snapshot-expiring via ProcessFactory plugin (#4107) by baiyangtx · 3 months ago
- 25f19da [AMORO-3921] Add AmsAssignService and ZkBucketAssignStore to implement balanced bucket allocation in master-slave mode (#3922) by can · 3 months ago
- 55fb785 [Improvement]: Extract TableProcessStore from AmoroProcess interface. (#4116) by baiyangtx · 3 months ago
- 316f5e8 [AMORO-4108] Unify Testcontainers Dependency Version (#4115) by davedwwang · 3 months ago
- 5775d19 [AMORO-4086] Add OptimizerGroupKeeper to automatically maintain optim… (#4087) by davedwwang · 3 months ago
- a2d4b21 [AMORO-4103] Release table runtime when the group name is changed to a non-existent resource group (#4104) by Xu Bai · 3 months ago
- db7c904 [Feature] Introduce a new plugin RestExtension to extend rest service (#4112) by baiyangtx · 3 months ago
- 90b43e2 [Hotfix] Add LDAP login configuration options for Dashboard deployment (#4111) by Xu Bai · 3 months ago
- 6478275 [AMORO-4113] Do not update snapshot markers on completeProcess(false) (#4114) by Jiwon Park · 3 months ago
- 02f7c4c [AMORO-4044] Fix partition mapping bug in TableEntriesScan for tables with evolved PartitionSpec (#4085) by Jiwon Park · 3 months ago
- bb14041 Add a registration function for table allocation in master-slave mode. (#3920) by can · 3 months ago
- 7ba51cd [Improvement]: Load process factories via DefaultTableRuntimeFactory (#4100) by baiyangtx · 3 months ago
- 1914145 [AMORO-4089] Fix optimizing process stuck permanently after AMS restart (#4090) by Jiwon Park · 3 months ago
- d54b936 [UI]: Optimize table ui and deduplicate 403 login error (#4093) by nathan.ma · 3 months ago
- 4b9bf00 [UI] Provide new login page (#4094) by nathan.ma · 3 months ago
- cf8561a [AMORO-3832] Update amoro site to meet ASF graduation requirements (#4105) by Xu Bai · 3 months ago
- 7ea367e [AMORO-4044][amoro-format-iceberg] Fix SLF4J log format placeholder in TableEntriesScan (#4102) by Darcy · 3 months ago
- 1af9f36 [AMORO-4037] Support dynamic refresh interval for table metadata refreshing in TableRuntimeRefreshExecutor (#4038) by zhangwl9 · 3 months ago
- e02295b [Feature] Add metric category filtering support to Prometheus exporter (#4084) by Jiwon Park · 3 months ago
- 743e6f1 [Improvement]: Refactor process API and table runtime extension interfaces (#4097) by baiyangtx · 4 months ago
- 853562e [Hotfix] Fix CI Docker API compatibility for Testcontainers (#4091) by Jiwon Park · 4 months ago
- 3d824b0 Correct the status of table runtime after ams restarted. (#4043) by Darcy · 4 months ago
- fda105e [Hotfix] Fix incorrect Last Commit Time showing year 58000+ in partition view (#4083) by Jiwon Park · 4 months ago
- e3671b5 [AMORO-4080] Make periodic executor intervals configurable (#4079) by Jiwon Park · 4 months ago
- 48457b7 [Hotfix] Fix optimizer group not updated on table refresh (#4076) by Jiwon Park · 4 months ago
- ef4f5cf [UI] Fix stale cache causing 'Table does not exist' error (#4075) by Jiwon Park · 4 months ago
- 4677f14 [Hotfix] Fix uninitialized OPTIMIZER_LOG_CONF_FILE causing Log4j parsing error (#4074) by Jiwon Park · 4 months ago
- 73c868c [HotFix] Fix NoClassDefFoundError for Guava ImmutableMap during Hive-based Iceberg catalog initialization (#4069) by Jiwon Park · 4 months ago
- 5d292ec [AMORO-4066] Fix incorrect optimizing duration calculation in Paimon format (#4067) by Juntao Zhang · 4 months ago
- 3d3358d [Hotfix] Add missing ams-optimizing-uri to Kubernetes optimizer container Helm template (#4070) by Jiwon Park · 4 months ago
- 5427715 [AMORO-4063] Fix missing S3 AK/SK in Apache Paimon format (#4064) by Juntao Zhang · 4 months ago
- 75f3a60 [UI] Optimize snapshot charts representation (#4071) by nathan.ma · 4 months ago
- 063c401 [UI] Refine Tables page selection and navigation UX (#4065) by nathan.ma · 4 months ago
- b61383b [Hotfix] Fetch the latest MemoryUsage inside each gauge call (#4062) by 7hong · 4 months ago
- 869860e [AMORO-4040] Change default value of optimizer.task-execute-timeout to Integer.MAX_VALUE s (#4042) by davedwwang · 5 months ago
- cad9869 Bump versions of hadoop3, kerby, slf4j, commons-lang3, netty, and k8s client (#4046) by Xu Bai · 5 months ago
- f5b0ac5 [Feature]: unify filesystem alias and add metastore matrix apis (#4060) by nathan.ma · 5 months ago
- b2985bb feat: optimize alignment of table content (#4056) by nathan.ma · 5 months ago
- 2bda3ab [AMORO-3226] Provider a better table explorer view (#4053) by nathan.ma · 5 months ago
- ba7f927 [Subtask]: Use a new configuration item to control whether master & slave mode is enabled. (#3846) by can · 5 months ago
- c69eff4 [Hotfix] Block followership forever for NoopHighAvailabilityContainer (#4052) by ZhouJinsong · 5 months ago
- 29fed70 [Hotfix] Fix the description of spark version in document (#4039) by zhangwl9 · 5 months ago
- 5e3eddb [HotFix] Shade third party classes for spark-3.4 runtime (#4032) by zhangwl9 · 5 months ago
- 9fcf4cc [HotFix] Remove duplicate references to scala-library and scala-compiler (#4033) by zhangwl9 · 5 months ago
- 1198990 [Feature]: Support LDAP Authentication for Dashboard Login (#4009) by davedwwang · 5 months ago
- b324ae2 [AMORO-3994] Support Exposing AMS High Availability (HA) Status (#3996) by davedwwang · 5 months ago
- 23fb957 [AMORO-4022] [Improvement]: AMS Iceberg maintainer moved to the amoro-iceberg module (#4024) by ConradJam · 5 months ago