apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
878 stars 293 forks source link

[Bug]: Cannot set self-optimizing.min-plan-interval table property dynamically #3224

Closed zhoujinsong closed 2 months ago

zhoujinsong commented 2 months ago

What happened?

When I change the min-plan-interval of a table with the following SQL:

alter table A set tbproperties('self-optimizing.min-plan-interval'='600000');

It did not work even if the table detail page already showed the new property value.

Affects Versions

master

What table formats are you seeing the problem on?

Iceberg

What engines are you seeing the problem on?

AMS

How to reproduce

Relevant log output

No response

Anything else

No response

Are you willing to submit a PR?

Code of Conduct