amoro
amoro copied to clipboard
Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
### Description Includes: 1. Table details reveals schema, indexes and core properties in lance table 2. Support displaying lance snapshots, tags, branches 3. Option: support optimized history of lance tables,...
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### Description Make sure the website passes the Polding website checks. You can...
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### Description Assess the project's maturity status to ensure full compliance with all...
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### Description We should follow the [Apache PMC Branding Responsibilities](https://www.apache.org/foundation/marks/responsibility.html#responsible), make sure we...
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### Description We should fix all issues regarding releasing the new version, including:...
Apache Amoro (Incubating) joined the Incubator in March 2024. Since then, we have made significant progress towards maturing our project and our community. This issue will track the work to...
### What happened? When AMS Start by first time,TableRuntime will be initnal. If table doesn't have any optimizer info,restart ams will be error and failed.Because `TableRuntimeMapper::selectAllStates` have none table optimizer...
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### Description Introduce event-driven metrics from loaded metadata to determine if scans are...
### Description Currently, Amoro determines Iceberg table optimizations through periodic full-refresh evaluations at the table level. While this design ensures consistent refreshes, it introduces inefficiencies for large-scale Iceberg tables with...
### Description **Use case:** in some produce case, we only need to optimize the lastest n partitions. the old partition will be override by offline data sync. for example offline...