amoro
amoro copied to clipboard
Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
### Description Support partition management sql for mixed-iceberg table in Spark. ``` SHOW PARTITIONS; #list all partitions in this table ALTER TABLE {table_name} DROP PARTITION (truncates(cols,10) == 1100 ) ;...
### 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? Ams supports use zookeeper with...
### 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? According to the description of...
### What happened? If the table already has some records with duplicate primary key, then using spark insert into sql to do upsert will not work as expected. rows still...
### Description Data warehouses like Doris provide the ability to configure aggregation keys for tables. Data written to this field will be automatically aggregated before being written to the data...
### 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? The absence of Hive partition...
### What happened? When log-store.consistency-guarantee.enabled param is turned on, less data will be consumed from Logstore. In the following scenario, the specified kafka topic has 776 pieces of data, but...
### 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? If a user wants to...
### What happened? When I start AMS on IntelliJ IDEA, I cannot start the Local Optimizer. ### Affects Versions 0.5.0 ### What engines are you seeing the problem on? AMS...
### 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? The current default length of...