amoro
amoro copied to clipboard
Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
## 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...
### What happened?    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...
### 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...
### 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...
### 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...
### What happened? Dead lock found in AMS  ### Affects Versions master ### What engines are you seeing the problem on? _No response_ ### How to reproduce _No response_...
### 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 (...
### 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...
### What happened? Currently, we create `TableOptimizingProcess` after the planner is ready:  When optimizing tasks are not committed, the snapshot with which it planned should not be expired: ...