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

![POPO20220809-164739](https://user-images.githubusercontent.com/26699250/183607059-a975170c-ccd6-442b-bb06-c427640658d0.jpg)

support insert into/ insert overwrite for unkeyed table adapt hive catalog unkeyed table under hive cannot reuse iceberg SparkTable code. make ArcticSparkTable warpped HiveUnkeyedTable, support reader/writer for table

spark

`insert into arctic.db.table /*+ OPTIONS('arctic.emit.mode'='log') select id,name, LOCALTIMESTMAP from source;` arctic.db.table table info: ``` Flink SQL> show create table log_table; CREATE TABLE `arctic`.`db`.`log_table` ( `id` INT NOT NULL, `name` VARCHAR(2147483647),...

flink

- Files Tab - change Type column to 'File Type' column. - files deleted won't be listed; - Transactions tab - add operations column, valid values are add、remove

ams