amoro
amoro copied to clipboard
Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
## Why are the changes needed? provide a delegate catalog manager to handle conflict when arctic and iceberg use spark_catalog at same time. ## Brief change log * add MultiDelegateSessionCatalog...
Resolve #475 #472 *When reading the Filestore of the Arctic table using Flink, it triggers a Kerberos authentication Exception and a log-related NullPointerException, which needs to be fixed.)* ## Brief...
### Description Add table metric statistics, such as file size and file quantity ### Use case/motivation Add table metric statistics, such as file size and file quantity ### Describe the...
### What happened? when read the Filestore of Arctic table from the earliest mode, will encounter problems with kerberos authentication failure ### Affects Versions 0.3.2 ### What engines are you...
### What happened? When reading the filestore of the arctic table from the latest mode, a NullPointerException is encountered ### Affects Versions 0.3.2 ### What engines are you seeing the...
### Search before asking - [X] I have searched in the [issues](https://github.com/NetEase/arctic/issues?page=4&q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Arctic create catalog with authrization...
### Search before asking - [X] I have searched in the [issues](https://github.com/NetEase/arctic/issues?page=4&q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Now Writer use the same...
## Why are the changes needed? resolve #351 ## Brief change log register optimizer when there is not optimizerId in start optimizer config. ## How was this patch tested? start...
## Why are the changes needed? see #449 ## Brief change log *(For example:)* - *Add the 'scan.startup.mode' configuration to the ArcticScanContext in the flink modules* - *The flink 1.12...
### What happened? Project pushdown may lead to the missing of primary key, partition key, watermark field. ShuffleHelper and watermark generator may lose the required info, and produce NPE. ###...