amoro icon indicating copy to clipboard operation
amoro copied to clipboard

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.

Results 518 amoro issues
Sort by recently updated
recently updated
newest added

## Why are the changes needed? Close #2391 ## Brief change log -Set the default value of REFRESH_HIVE_INTERVAL to half an hour ## How was this patch tested? - [...

## Why are the changes needed? Close #1619 . ## Brief change log - optimizers support copy files to new hive locations if all files in this task are large...

module:core
module:ams-server
module:ams-dashboard

### What happened? ![image](https://github.com/NetEase/amoro/assets/109209550/59461633-94fd-4e1c-883d-5617ea4b1ba6) ![image](https://github.com/NetEase/amoro/assets/109209550/340adee9-da50-4bb2-bbc3-4fa4f9f09a4c) ![image](https://github.com/NetEase/amoro/assets/109209550/c9a5141a-b48d-4068-a53c-b2206a738abc) As shown in the figure in the Mixed-Hive Format for unpartitioned tables each commit will generate an empty file /.keep, which will lead to...

type:bug

### Search before asking - [X] I have searched in the [issues](https://github.com/NetEase/arctic/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Unit testing is an important...

type:improvement

### Search before asking - [X] I have searched in the [issues](https://github.com/NetEase/arctic/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Unit testing is an important...

type:improvement

### Search before asking - [X] I have searched in the [issues](https://github.com/NetEase/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? A version conflict of Guava...

type:improvement

### What happened? Dead lock found in AMS ![a6bfcba20621b74673dd7d16ba7cbbf](https://github.com/NetEase/amoro/assets/7732224/b60618b5-2ffb-4c83-bf7a-a6758a4f3dc2) ### Affects Versions master ### What engines are you seeing the problem on? _No response_ ### How to reproduce _No response_...

type:bug
module:ams-server

### Search before asking - [X] I have searched in the [issues](https://github.com/NetEase/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? create catalog arctic with (...

module:mixed-flink
type:improvement

### Description The expiring processes(including snapshot expiration, orphan file cleaning, and data file expiration, etc) on tables, should be executed in the Optimizer instead of in the AMS. ### Use...

type:feature

### What happened? Currently, we create `TableOptimizingProcess` after the planner is ready: ![image](https://github.com/NetEase/amoro/assets/68625618/cd8e794e-a848-478d-aee7-02e77e7c47c0) When optimizing tasks are not committed, the snapshot with which it planned should not be expired: ![image](https://github.com/NetEase/amoro/assets/68625618/162621ea-9099-4469-bf7c-2ec33dc55fc2)...

type:bug