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

a subtask of #38
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
`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),...
- 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