TeslaCN commented on PR #25906:
URL: https://github.com/apache/shardingsphere/pull/25906#issuecomment-1564551182
@zihaoAK47 Sorry for my unclear description.
I mean the field `String algorithmOption` could be removed, not the enum.
Just like
```java
public enum AlgorithmOption {
DEFAULT,
INSTANT,
INPLACE,
COPY
}
```
--
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]