zhoujinsong opened a new issue, #3224:
URL: https://github.com/apache/amoro/issues/3224
### 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
- Create an iceberg table
- Change the min-plan-interval table property
- Watch its plan interval
### Relevant log output
_No response_
### Anything else
_No response_
### Are you willing to submit a PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]