amoro
amoro copied to clipboard
Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
### Search before asking - [X] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Currently, Amoro has been contributed...
Remove `org.apache.amoro.optimizer.common.OptimizerConfig#memorySize` and related code. ## Why are the changes needed? Close #2787. ## Brief change log - Remove `org.apache.amoro.optimizer.common.OptimizerConfig#memorySize` and related code. ## How was this patch tested? -...
## Why are the changes needed? Close #2692. ## Brief change log - Add proxy user parameter to the REST API. - Support impersonation in spark terminal. ## How was...
### What happened? enviroment: - iceberg_test.set_test_pk is an native iceberg table. - use SparkUnifiedSessionCatalog as default catalog. Failed to execute set identifier fields command ``` spark-sql> ALTER TABLE iceberg_test.set_test_pk SET...
### What happened? SQL like this: ``` CREATE CATALOG unifiedCatalog WITH ( 'type' = 'unified', 'metastore.url' = 'thrift://xxxx:pppp/unified_catalog' ) create table if not exists unifiedCatalog.iceberg_test.mh_by_uc_spark_test( id int, name string, dt...
### Search before asking - [X] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? * Drop the quick demo...
### Description In #1917,The K8S already has some initial support. we will continue to enhance cloud-native capabilities in subsequent versions. Currently, Amoro has preliminary cloud-native capabilities, and we hope to...
### Search before asking - [X] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Currently, snapshots are called transactions...
### What happened? This table has 800+ partitions. There are many small files in the recent partitions, but optimization has not been triggered. Important properties > self-optimizing.full.trigger.interval = 172800000 >...
### Search before asking - [X] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? FlinkOptimizerContainer Support to Submit Optimizer...