wangtaohz
wangtaohz
It seems to be a good proposal, but on what condations should we call the interface `Unregistering Optimizers`?
> @hameizi Thanks a lot for propose this improvement and I also think that we should support external system deploy optimizer. But in my opinion, I would do it like...
There are many details to consider. 1. separate parameter designs may be necessary for different Table Formats. 2. when users are using the Iceberg Table in an append scenario, there...
> Add eq delete count ratio for data count Add pos delete count ratio for data count @zhongqishang I'm a little curious about the real requirements for displaying these ratios...
I can't reproduce it in 0.4.1. ``` CREATE TABLE IF NOT EXISTS user ( id INT, name string, ts TIMESTAMP, PRIMARY KEY(id) ) USING arctic PARTITIONED BY (days(ts)); insert overwrite...
Sorry for the late reply. @tcodehuber We have recently done some refactoring on the front-end, so there are some conflicts that need to be resolved. Afterward, we can proceed with...
We could add the log into the class `com.netease.arctic.hive.HMSClientImpl`.
The title of the PR is supposed to be `[AMORO-XXXX]` @shendanfengg
Can you share the exception stack for the scenario addressed by this PR? I'm not sure when this issue occurs. @hameizi
I also noticed that it seems like the try-catch block was forgotten to be added here `com.netease.arctic.hive.op.ReplaceHivePartitions#commit` ``` java @Override public void commit() { if (!addFiles.isEmpty()) { List dataFiles =...